Agent Almanac MCP for Cursor
io.github.survivorforge/agentalmanac-mcp
Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent.
client:Cursor
transport:stdio
runtime:npm
Install Agent Almanac MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentalmanac-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentalmanac-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs