← Index

io.github.jannks/handbook

io.github.jannks/handbook·v1.0.1·Search
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@ah-oh/handbook-mcp-server"
      ],
      "env": {
        "HANDBOOK_API_TOKEN": "<your-handbook_api_token>",
        "HANDBOOK_API_URL": "<handbook_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@ah-oh/handbook-mcp-server"
      ],
      "env": {
        "HANDBOOK_API_TOKEN": "<your-handbook_api_token>",
        "HANDBOOK_API_URL": "<handbook_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ah-oh/handbook-mcp-server
§02  Environment variables
HANDBOOK_API_TOKEN
requiredsecret

Bearer token for authenticating with the Handbook API

HANDBOOK_API_URL

Base URL of the Handbook API (default: https://handbook.ah-oh.com/handbook-api)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search