guru mcp for Cursor
io.github.mrfentmen/guru-mcp
Guru knowledge base search and collections.
client:Cursor
transport:stdio
runtime:npm
Install guru mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"guru-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"guru-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs