# grafana/mimir | Model Context Protocol (MCP) Server > Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. - **Stars**: ⭐ 5,201 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mimir": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mimir" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mimir": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mimir" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mimir` - **Docker**: `docker run -i --rm mcp/mimir`