Runbook MCP server
This MCP server integrates with Runbook to allow listing, reading, and searching over documents.
Components
Tools
-
get-article- Retrieve the article by its ID from the database.
- Required inputs:
-
articleUid(string): ID of the article to retrieve. It always starts withar_.
-
-
list-articles- List top 100 articles in a specified book with ID.
- Required inputs:
-
bookUid(string): ID of the book. It always starts with 'bk_'. You can retrieve a list of books with `list-books`.
-
- Optional inputs:
-
q(string): Search query. If provided, the result will be filtered by article name. -
categoryUid(string): ID of the category. It always starts with 'ca_'. You can retrieve a list of categories with `list-categories`. -
orderBy(string): Sort field (updatedAt, createdAt, 'name', or 'popularity'). Default: popularity.
-
-
list-books- List top 100 books in the organization.
- Optional inputs:
-
q(string): Search query. If provided, the result will be filtered by book name.
-
-
list-categories- List top 100 categories in a specified book with ID.
- Required inputs:
-
bookUid(string): ID of the book. It always starts with 'bk_'. You can retrieve a list of books with `list-books`.
-
-
search-articles- Search articles by a query string.
- Required inputs:
-
keywords(string): Space-separated keywords to filter articles.
-
- Optional inputs:
-
scope(string): ID of the book or workspace. You can retrieve a list of books with `list-books`. -
limit(number): Number of articles to retrieve. -
offset(number): Offset of the search result. -
orderBy(string): Sort field (updatedAt, createdAt, or 'score'). Default: score.
-
Requirements
- Node.js >= v20.0.0
Usage with Desktop App
To integrate this server with the desktop app, add the following to your app's server configuration:
Configure Claude Desktop
Add the following to your claude_desktop_config.json
{
"mcpServers": {
"runbook": {
"command": "npx",
"args": [
"-y",
"@runbook-docs/mcp-server"
],
"env": {
"RUNBOOK_BASE_URL": "https://<YOUR_SUBDOMAIN>.runbook.jp",
"RUNBOOK_API_TOKEN": "your-api-token"
}
}
}
}
Configure Cursor
Add MCP server with following command.
npx -y @runbook-docs/mcp-server --api-token=your-api-tokan --base-url=https://yourdomain.runbook.jp
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Une liste organisée des serveurs de protocole de contexte de modèle (MCP)
Reviews
user_L5WAorlC
As a dedicated user of runbook-mcp-server by qloba, I must say this tool is a game changer for managing MCP applications. Its intuitive design and robust features make server management seamless and efficient. Highly recommend for anyone needing a reliable solution in server administration. Check it out here: https://github.com/qloba/runbook-mcp-server.