Skip to content
VS Code

Agent Almanac MCP for VS Code

io.github.survivorforge/agentalmanac-mcp

Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent.

client:VS Code transport:stdio runtime:npm

Install Agent Almanac MCP in VS Code

.vscode/mcp.json

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

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

Agent Almanac MCP in other clients