Skip to content
VS Code

agentlookup mcp for VS Code

io.github.peureka/agentlookup-mcp

Search, discover, and register AI agents in the public registry at agentlookup.dev.

client:VS Code transport:stdio runtime:npm

Install agentlookup mcp in VS Code

.vscode/mcp.json

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

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

agentlookup mcp in other clients