Skip to content
Windsurf

handbook for Windsurf

io.github.jannks/handbook

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

client:Windsurf transport:stdio runtime:npm

Install handbook in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@ah-oh/handbook-mcp-server"
      ],
      "env": {
        "HANDBOOK_API_TOKEN": "<HANDBOOK_API_TOKEN>",
        "HANDBOOK_API_URL": "<HANDBOOK_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

handbook in other clients