Skip to content
VS Code

AgentBase for VS Code

io.github.vhspace/agentbase

Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.

client:VS Code transport:streamable-http tools:3

Install AgentBase in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentbase": {
      "type": "http",
      "url": "https://mcp.agentbase.tools/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

AgentBase in other clients