Skip to content
VS Code

Agent Router for VS Code

io.github.tim-projekt/agent-router

Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.

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

Install Agent Router in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-router": {
      "type": "http",
      "url": "https://agent-router.org/mcp-http/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

All 25 tools →

Agent Router in other clients