Best for
- Developers working with time-series and observability data.
- Teams needing natural language access to their database for query and analysis.
- Users wanting to integrate AI-assisted data exploration within MCP clients.
GreptimeDB MCP Server provides a comprehensive set of tools for querying GreptimeDB with strong security features like read-only enforcement and data masking. Actively maintained and backed by the upstream team. Suitable for AI-driven observability workflows interacting with GreptimeDB.
GreptimeDB MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to query and analyze GreptimeDB metrics, logs, and traces using SQL, TQL (PromQL-compatible), and RANGE queries. Includes built-in security features like read-only enforcement and data masking, as well as pipeline and Perses dashboard management.
pip install greptimedb-mcp-server. 2. Run (connects to localhost:4002 by default): greptimedb-mcp-server --host localhost --database public. 3. For Claude Desktop, add the JSON config to ~/Library/Application Support/Claude/claude_desktop_config.json.{
"mcpServers": {
"greptimedb": {
"command": "greptimedb-mcp-server",
"args": [
"--host",
"localhost",
"--database",
"public"
]
}
}
}