ah-oh/handbook-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"handbook-mcp-server": {
"command": "npx",
"args": [
"-y",
"handbook-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server for the Handbook API by ah-oh.com. Enables full management of handbook entries directly from Claude Desktop, Claude Code, VS Code Copilot, and other MCP-compatible clients.
---
| Tool | Description | | ----------------------- | ------------------------------------------------------------ | | handbook_list_entries | List all handbook entries | | handbook_get_entry | Retrieve a single entry by ID (including markdown content) | | handbook_create_entry | Create a new entry | | handbook_update_entry | Update an existing entry | | handbook_delete_entry | Delete an entry | | handbook_get_overview | Compact overview of all entries per app | | handbook_search_tags | Search tags across all entries |
---
---
npm install -g @ah-oh/handbook-mcp-servergit clone https://github.com/ah-oh/handbook-mcp-server.git
cd handbook-mcp-server
npm install
npm run build---
| Variable | Required | Default | Description | | -------------------- | -------- | ----------------------------------------- | ------------------------------------- | | HANDBOOK_API_TOKEN | Yes | – | Bearer token for the Handbook API | | HANDBOOK_API_URL | No | https://handbook.ah-oh.com/handbook-api | Base URL of the API
Loading reviews...