GreptimeTeam/greptimedb-mcp-server
MCP Server for querying GreptimeDB.
Quick Start
Clone the repository:
git clone https://github.com/GreptimeTeam/greptimedb-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"greptimedb-mcp-server": {
"command": "npx",
"args": [
"-y",
"GreptimeTeam/greptimedb-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.