Skip to main content

Set up Visual Studio Code with Remote MCP

You can connect Visual Studio Code with the Atlan Remote MCP server to access Atlan metadata directly from your development environment. This enables you to search for assets, explore lineage, update metadata, create glossary terms, and more without leaving your code editor.

The fastest way to connect is the Atlan extension for VS Code, which signs you in, registers the Remote MCP server automatically, and adds an Atlan sidebar for browsing assets. The extension also works in Cursor and Windsurf via VSIX install.

Prerequisites

Before you begin, make sure you have:

  • An Atlan tenant with Remote MCP enabled.
  • Visual Studio Code installed and updated to the latest version.

Set up Remote MCP Recommended models: GPT-5 series, Sonnet 4+, Gemini 2.5

Choose the setup method that fits your use case. Select the Atlan extension if you want a fast, one-click install with an in-editor asset sidebar. Choose Manual configuration if you can't install the extension or need API key authentication instead of OAuth.

You can use the Atlan extension if you want the fastest, one-click setup with an in-editor asset sidebar. The extension registers Atlan's hosted MCP server with VS Code and signs you in via OAuth—no JSON editing required. After install, MCP-aware assistants like GitHub Copilot can use Atlan tools immediately.

  1. Install the Atlan extension from the VS Code Marketplace, or open the Extensions view in VS Code (Cmd+Shift+X on macOS, Ctrl+Shift+X on Windows/Linux), search for Atlan, and click Install.

  2. Click the Atlan icon in the Activity Bar to open the sidebar.

  3. Sign in with your Atlan workspace when prompted. SSO is supported. To use an API key instead, open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P) and run Atlan: Configure Connection (API Key). Generate the key under Admin Settings → API access → Tokens.

  4. The extension registers the Atlan MCP server automatically on first activation. To re-register it later, run Atlan: Setup MCP Server from the Command Palette.

  5. Open GitHub Copilot Chat (or any MCP-aware assistant) and trigger an Atlan tool, for example: "search Atlan for the customers table". For the full tool list, see Atlan MCP tools.

Troubleshooting

  • If you encounter authentication errors, verify that your API key is valid and has the necessary permissions.
  • If OAuth authentication fails, try logging out and logging back in to refresh your session.
  • If the extension doesn't register the MCP server, run Atlan: Setup MCP Server from the Command Palette.
  • If you have any issues while configuring the integration, contact Atlan Support for assistance.

See also