# GreptimeTeam/greptimedb | Model Context Protocol (MCP) Server > The open-source Observability 2.0 database. One engine for metrics, logs, and traces — replacing Prometheus, Loki & ES. - **Stars**: ⭐ 6,537 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "greptimedb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-greptimedb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "greptimedb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-greptimedb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-greptimedb` - **Docker**: `docker run -i --rm mcp/greptimedb`