Developer Tools
Trust: 37/100 (Limited)io.github.jannks/handbook Guide
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
by ah-oh
Quick Start
Install
npx @ah-oh/handbook-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jannks-handbook": {
"command": "npx",
"args": [
"@ah-oh/handbook-mcp-server"
]
}
}
}