Back to MCP Servers
Greptimedb
MCP Server for querying GreptimeDB.
databases
By GreptimeTeam
Installation
npx -y greptimedb-mcp-serverConfiguration
{
"mcpServers": {
"greptimedb-mcp-server": {
"command": "npx",
"args": ["-y", "greptimedb-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes