Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

agentsbestfriend in other clients