agentsbestfriend for Cursor
io.github.therealfloatdev/agentsbestfriend
MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases
client:Cursor
transport:stdio
runtime:npm
Install agentsbestfriend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentsbestfriend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentsbestfriend"
],
"env": {
"ABF_PROJECT_ROOT": "<ABF_PROJECT_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs