agentsbestfriend for Grok
io.github.therealfloatdev/agentsbestfriend
MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases
client:Grok
transport:stdio
runtime:npm
Install agentsbestfriend in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentsbestfriend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentsbestfriend"
],
"env": {
"ABF_PROJECT_ROOT": "<ABF_PROJECT_ROOT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs