greptimedb

GitHub

The open-source Observability 2.0 database. One engine for metrics, logs, and traces โ€” replacing Prometheus, Loki & ES.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "greptimedb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-greptimedb"
      ]
    }
  }
}