← Index

io.github.TheRealFloatDev/agentsbestfriend

io.github.TheRealFloatDev/agentsbestfriend·v0.12.0·Search
Quality Score
80
/100

MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentsbestfriend": {
      "command": "npx",
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "env": {
        "ABF_PROJECT_ROOT": "<abf_project_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentsbestfriend": {
      "command": "npx",
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "env": {
        "ABF_PROJECT_ROOT": "<abf_project_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentsbestfriend
§02  Environment variables
ABF_PROJECT_ROOT

The root directory of the project that the server will interact with. Defaults to the current working directory if not set.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search