← Back to Plugins
MCP Server MCP

io.github.jannks/handbook

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @ah-oh/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ah-oh/handbook-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token for authenticating with the Handbook API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HANDBOOK_API_TOKEN"
        },
        {
          "description": "Base URL of the Handbook API (default: https://handbook.ah-oh.com/handbook-api)",
          "format": "string",
          "name": "HANDBOOK_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...