Back to directory
greptimedb-mcp-server

greptimedb-mcp-server

@GreptimeTeam27

A Model Context Protocol (MCP) server for GreptimeDB

GreptimeDBMCP serverdatabase

Installation & Configuration

{
  "mcpServers": {
    "greptimedb": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/greptimedb-mcp-server",
        "run",
        "-m",
        "greptimedb_mcp_server.server"
      ],
      "env": {
        "GREPTIMEDB_HOST": "localhost",
        "GREPTIMEDB_PORT": "4002",
        "GREPTIMEDB_USER": "root",
        "GREPTIMEDB_PASSWORD": "",
        "GREPTIMEDB_DATABASE": "public",
        "GREPTIMEDB_TIMEZONE": ""
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/12
Updated
2026/6/8