Skip to content
VS Code

pilot mcp for VS Code

io.github.pilot-protocol/pilot-mcp

Your agent's overlay network. 435 specialist agents + P2P A2A messaging on a 190k-node network.

client:VS Code transport:stdio runtime:npm

Install pilot mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pilotprotocol-mcp"
      ]
    }
  }
}

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

pilot mcp in other clients