Skip to content
VS Code

agent discover for VS Code

io.github.keshrath/agent-discover

MCP server registry and marketplace - discover, install, activate tools on demand

client:VS Code transport:stdio runtime:npm

Install agent discover in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-discover": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}

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

agent discover in other clients