MCP Server
MCP
io.github.jannks/handbook
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
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
By
Comments
Sign in to leave a comment