Skip to content
Zed

agentsbestfriend for Zed

io.github.therealfloatdev/agentsbestfriend

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

client:Zed transport:stdio runtime:npm

Install agentsbestfriend in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "agentsbestfriend": {
      "command": "npx",
      "args": [
        "-y",
        "agentsbestfriend"
      ],
      "env": {
        "ABF_PROJECT_ROOT": "<ABF_PROJECT_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentsbestfriend in other clients