Loading languages...
GR

greptimedb-mcp-server

@GreptimeTeam21

A Model Context Protocol (MCP) server implementation for GreptimeDB

GreptimeDB
MCP server
database

# mcpServer Config

{
  "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": ""
      }
    }
  }
}

# stdio

uv --directory /path/to/greptimedb-mcp-server run -m greptimedb_mcp_server.server
Transport:
stdio
भाषा:
Python
बनाया गया:3/12/2025
अद्यतन किया गया:7/21/2025