runbook-mcp-server

qloba/runbook-mcp-server

3.3

If you are the rightful owner of runbook-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This MCP server integrates with Runbook to allow listing, reading, and searching over documents.

The Runbook MCP server is designed to facilitate seamless integration with the Runbook platform, enabling users to efficiently manage and interact with their documentation. It provides a robust set of tools for retrieving, listing, and searching articles, books, and categories within the Runbook ecosystem. The server is built to work with Node.js environments and can be easily configured to work with desktop applications like Claude Desktop and Cursor. By leveraging the Runbook MCP server, organizations can streamline their documentation processes, ensuring that users have quick and easy access to the information they need. The server is licensed under the MIT License, allowing for flexible use and modification.

Features

  • Retrieve articles by ID with the `get-article` tool.
  • List top 100 articles in a specified book using `list-articles`.
  • Search articles with specific keywords using `search-articles`.
  • List top 100 books in the organization with `list-books`.
  • List top 100 categories in a specified book using `list-categories`.

Usages

usage with Claude Desktop

{
  "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"
      }
    }
  }
}

usage with Cursor

npx -y @runbook-docs/mcp-server --api-token=your-api-tokan --base-url=https://yourdomain.runbook.jp

Tools

  1. get-article`

    Get specific documents by ID

  2. list-articles`

    List articles in the specified book, support filtering and sorting

  3. list-books`

    List books in your organization and support filtering by name

  4. list-categories`

    List the categories in the specified book

  5. search-articles`

    Search articles through keywords, support multiple advanced options