Skip to content
Zed

handbook for Zed

io.github.jannks/handbook

MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.

client:Zed transport:stdio runtime:npm

Install handbook 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": {
    "handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@ah-oh/handbook-mcp-server"
      ],
      "env": {
        "HANDBOOK_API_TOKEN": "<HANDBOOK_API_TOKEN>",
        "HANDBOOK_API_URL": "<HANDBOOK_API_URL>"
      }
    }
  }
}

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

handbook in other clients