holmesgpt-runbook-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GIT_HOST | No | Self-hosted URL or Azure DevOps org URL (required for azure-devops) | |
| GIT_TOKEN | Yes | Git provider personal access token | |
| LLM_API_KEY | Yes | API key for your LLM provider | |
| GIT_PROVIDER | No | Git provider: github, gitlab, azure-devops | github |
| LLM_BASE_URL | No | Endpoint URL for Azure or openai-compatible provider | |
| LLM_PROVIDER | No | LLM provider: anthropic, openai, azure, openai-compatible | anthropic |
| CONFLUENCE_URL | Yes | Confluence base URL, e.g. https://your-org.atlassian.net/wiki | |
| LLM_FAST_MODEL | No | Model for classification (cheap/fast) | |
| GIT_BASE_BRANCH | No | Branch to open PRs/MRs against | main |
| GIT_RUNBOOK_REPO | No | Repository in format org/repo (GitHub/GitLab) or Project/Repo (Azure DevOps) | polarpoint-io/markdown-pol-docs |
| LLM_CAPABLE_MODEL | No | Model for drafting and RCA (more capable) | |
| CONFLUENCE_USERNAME | Yes | Atlassian email | |
| RUNBOOK_PATH_PREFIX | No | Path prefix for runbook files in repo | docs/technical-practices/... |
| CONFLUENCE_API_TOKEN | Yes | Atlassian API token | |
| LLM_AZURE_API_VERSION | No | Azure OpenAI API version | 2024-02-01 |
| CONFLUENCE_RUNBOOK_SPACE | No | Confluence space key | RUNBOOKS |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/polarpoint-io/holmesgpt-runbook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server