VS Code

To enable Demandbase MCP for VS Code, follow these steps

  1. Create the MCP configuration file
    • Navigate to your projects root directory
    • Inside the .vscode folder, create a file named mcp.json
    • Add the following configuration
    • {
        "servers": {
          "demandbase-remote": {
            "type": "http",
            "url": "https://gateway.demandbase.com/mcp/db-mcp",
          }
        }
      }
  2. Verify the MCP Server Connection
    • Check the Copilot Output Channel
      • Open VS Code
      • Click on the "Toggle chat" icon
    • View Available Tools
      • Open Copilot Chat
      • Switch to Agent mode (using the mode selector)
      • Click the 🛠️ Tools icon in the chat sidebar
      • You will see all tools proided by the MCP server

For more information, please refer to [Visual Studio Code Docs – Copilot MCP Servers(https://code.visualstudio.com/docs/copilot/chat/mcp-servers)