brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.jannks/handbook · v1.0.1
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
handbook 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"handbook": {
"command": "npx",
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"env": {
"HANDBOOK_API_TOKEN": "<HANDBOOK_API_TOKEN>"
}
}
}
}HANDBOOK_API_TOKEN必填secretBearer token for authenticating with the Handbook API
HANDBOOK_API_URL可选Base URL of the Handbook API (default: https://handbook.ah-oh.com/handbook-api)
{
"id": "io.github.jannks/handbook",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "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"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@ah-oh/handbook-mcp-server",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "HANDBOOK_API_TOKEN",
"description": "Bearer token for authenticating with the Handbook API",
"isRequired": true,
"isSecret": true
},
{
"name": "HANDBOOK_API_URL",
"description": "Base URL of the Handbook API (default: https://handbook.ah-oh.com/handbook-api)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.jannks/handbook",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jannks%2Fhandbook/versions/latest",
"isOfficial": true,
"status": "active"
}
}