Back to Agentic

VS Code

docs/marketplace/mcp-clients/vscode.mdx

8.4.4320 B
Original Source

Add the given JSON to your VS Code MCP config file. See VS Code MCP docs for more info.

Example

json
"mcp": {
  "servers": {
    "@agentic/search": {
      "type": "http",
      "url": "https://gateway.agentic.so/@agentic/search/mcp"
    }
  }
}