Serversio.github.GreptimeTeam/greptimedb-mcp-server
S

io.github.GreptimeTeam/greptimedb-mcp-server

io.github.GreptimeTeam/greptimedb-mcp-server · v0.4.7
▦ pypi
v0.4.7pypi pypi: greptimedb-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.GreptimeTeam/greptimedb-mcp-server",
  "description": "Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries.",
  "repository": {
    "url": "https://github.com/GreptimeTeam/greptimedb-mcp-server",
    "source": "github"
  },
  "version": "0.4.7",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "greptimedb-mcp-server",
      "version": "0.4.7",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "GreptimeDB host address",
          "type": "named",
          "name": "--host",
          "valueHint": "localhost"
        },
        {
          "description": "GreptimeDB MySQL protocol port",
          "type": "named",
          "name": "--port",
          "valueHint": "4002"
        },
        {
          "description": "Database name to connect to",
          "type": "named",
          "name": "--database",
          "valueHint": "public"
        },
        {
          "description": "Database username",
          "type": "named",
          "name": "--user"
        },
        {
          "description": "Database password",
          "isSecret": true,
          "type": "named",
          "name": "--password"
        },
        {
          "description": "Session timezone",
          "type": "named",
          "name": "--timezone",
          "valueHint": "UTC"
        }
      ],
      "environmentVariables": [
        {
          "description": "GreptimeDB host address",
          "name": "GREPTIMEDB_HOST"
        },
        {
          "description": "GreptimeDB MySQL protocol port (default: 4002)",
          "name": "GREPTIMEDB_PORT"
        },
        {
          "description": "Database username",
          "name": "GREPTIMEDB_USER"
        },
        {
          "description": "Database password",
          "isSecret": true,
          "name": "GREPTIMEDB_PASSWORD"
        },
        {
          "description": "Database name to connect to",
          "name": "GREPTIMEDB_DATABASE"
        },
        {
          "description": "Session timezone (default: UTC)",
          "name": "GREPTIMEDB_TIMEZONE"
        },
        {
          "description": "Connection pool size (default: 5)",
          "name": "GREPTIMEDB_POOL_SIZE"
        },
        {
          "description": "HTTP API port for pipeline management (default: 4000)",
          "name": "GREPTIMEDB_HTTP_PORT"
        },
        {
          "description": "HTTP protocol for pipeline API: http or https (default: http)",
          "name": "GREPTIMEDB_HTTP_PROTOCOL"
        },
        {
          "description": "Enable sensitive data masking (default: true)",
          "name": "GREPTIMEDB_MASK_ENABLED"
        },
        {
          "description": "Additional column name patterns for data masking (comma-separated)",
          "name": "GREPTIMEDB_MASK_PATTERNS"
        },
        {
          "description": "Enable audit logging for tool invocations (default: true)",
          "name": "GREPTIMEDB_AUDIT_ENABLED"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}