agentsbestfriend for Claude Desktop
io.github.therealfloatdev/agentsbestfriend
MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases
client:Claude Desktop
transport:stdio
runtime:npm
Install agentsbestfriend in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentsbestfriend": {
"command": "npx",
"args": [
"-y",
"agentsbestfriend"
],
"env": {
"ABF_PROJECT_ROOT": "<ABF_PROJECT_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs