Serversio.github.jannks/handbook
H

io.github.jannks/handbook

io.github.jannks/handbook · v1.0.1
▦ npm
v1.0.1npm npm: @ah-oh/handbook-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jannks/handbook",
  "description": "MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.",
  "repository": {
    "url": "https://github.com/ah-oh/handbook-mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}