Skip to main content

Set up Visual Studio Code with Remote MCP

Connect Visual Studio Code to the Atlan Remote MCP server to browse and update Atlan metadata without leaving your editor. Works with GitHub Copilot and any other MCP-aware assistant in VS Code.

The fastest path is the Atlan extension for VS Code: one-click install, OAuth sign-in, and an in-editor asset sidebar. The extension also installs in Cursor and Windsurf via VSIX. Choose manual configuration if you need API key authentication.

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.

Need help?

If you have any issues configuring the integration, contact Atlan Support for assistance. For common issues, see Troubleshooting VS Code with Remote MCP.

See also