VS Code

The Condens MCP Server lets you access your research directly inside VS Code. Once connected, you can query insights and pull from your repository without leaving your development environment. This setup works with GitHub Copilot and any other MCP-compatible AI agent in VS Code.

Connecting Condens to VS Code via MCP is available in the Enterprise plan.

Before you start, you will need:

  • VS Code updated to the latest version

  • GitHub Copilot or another AI agent configured in VS Code (read more about AI agents in VS Code)

  • A Condens account with Admin access to enable the MCP Server for your workspace.


Setup happens in two stages: a Condens Admin configures VS Code as an MCP client first, then each user individually connects from their own VS Code.

Stage 1: Admin setup in Condens

A Condens Admin needs to:

  1. In Condens, go to Settings > Account > API & MCP Server and click Add MCP Client.

  2. Configure the MCP client:

    1. Add a Client name (for example, VS Code) and Description, and upload a logo.

    2. Add the following four redirect URIs:

      • https://vscode.dev/redirect

      • https://insiders.vscode.dev/redirect

      • http://127.0.0.1*

      • http://localhost*

    3. Under Available for, select which users, roles, or user groups should have access. Once configured, these users will be able to view this MCP client in their own account in Settings > Integrations. They will still need to authorize it individually to enable it on user-level.

  3. Click Create.

Stage 2: User setup in VS Code

Before you start, make sure any previous Condens MCP configurations are cleared. These are usually found in an mcp.json file. If a setup was attempted before, also run the following to remove any previously registered authentication providers:

Open the Command Palette (Cmd / Ctrl + Shift + P) and search for:

  
    Authentication: Remove Dynamic Authentication Providers
  

Then follow these steps:

  1. Open the Command Palette again and search for MCP: Add Server:

    • Choose HTTP as the server type

    • Enter your MCP Server URL

    • Set your preferred server ID

    • Set your preferred configuration target

  2. You will be prompted to authenticate via Condens. Click Continue to authorize the connection. You will be redirected to a VS Code page and then back to VS Code.

  3. In VS Code Chat, click Configure Tools.

  4. Next, enable all tools exposed by the Condens MCP.

  5. Condens is now connected. You can start querying your research directly in VS Code Chat.


Didn't find what you're looking for? Send us a message and we'll get back to you.