VS Code
To enable Demandbase MCP for VS Code, follow these steps
- 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", } } }
- 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
- Check the Copilot Output Channel
For more information, please refer to [Visual Studio Code Docs – Copilot MCP Servers(https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
Updated 1 day ago