Loading MCP server directory, please wait...
Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries.
npx @getmcp/cli add io.github.GreptimeTeam/greptimedb-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GreptimeTeam/greptimedb-mcp-server": {
"command": "uvx",
"args": [
"greptimedb-mcp-server"
],
"env": {
"GREPTIMEDB_HOST": "",
"GREPTIMEDB_PORT": "",
"GREPTIMEDB_USER": "",
"GREPTIMEDB_PASSWORD": "",
"GREPTIMEDB_DATABASE": "",
"GREPTIMEDB_TIMEZONE": "",
"GREPTIMEDB_POOL_SIZE": "",
"GREPTIMEDB_HTTP_PORT": "",
"GREPTIMEDB_HTTP_PROTOCOL": "",
"GREPTIMEDB_MASK_ENABLED": "",
"GREPTIMEDB_MASK_PATTERNS": "",
"GREPTIMEDB_AUDIT_ENABLED": ""
}
}
}
}