{"slug":"qloba/runbook-mcp-server","name":"Runbook","description":"Integrates with Runbook to allow listing, reading, and searching over documents.","category":"productivity","tags":[],"official":false,"stars":2,"transport":null,"install":[{"cmd":"npx -y @runbook-docs/mcp-server","imports":[]}],"tools":[{"name":"get-article","description":"Retrieve the article by its ID from the database."},{"name":"list-articles","description":"List top 100 articles in a specified book with ID. The result does not include full article bodies as they are truncated to 200 characters. You will need to retrieve the full content by calling get-article."},{"name":"create-article","description":"Create a new article in a specified book with ID. The article body is in Markdown format. The article will be created in the root folder of the book. You can specify categories for the article by their IDs, which always start with 'ca_'. You can retrieve a list of books with list-books and categories with list-categories."},{"name":"update-article","description":"Update an existing article by its ID. The article body is in Markdown format. You can specify categories for the article by their IDs, which always start with 'ca_'."},{"name":"list-books","description":"List top 100 books in the organization."},{"name":"list-categories","description":"List top 100 categories in a specified book with ID."},{"name":"search-articles","description":"Search for articles using keywords from Runbook. The result does not include full article bodies as they are truncated to 200 characters. You will need to retrieve the full content by calling get-article."},{"name":"get-process","description":"Get current process information by book UID."},{"name":"run-process","description":"This tool is used to start a new process or continue an existing one. If the run state UID is not provided, a new process will be created."}],"env_vars":["RUNBOOK_BASE_URL","RUNBOOK_API_TOKEN"],"auth_type":"none","github":"https://github.com/qloba/runbook-mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}