mcpbeat Sign in

Greptimedb MCP Server

by greptimeteam Your server? Claim it
local only

Greptimedb MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from pypi. Last commit 14 Sep 2026.

Query GreptimeDB metrics, logs and traces with SQL, TQL and RANGE. Manage pipelines and dashboards.

Installs per day peak 299 · avg 51 · -51% w/w
a month agotoday
205
Installs / week
pypi · greptimedb-mcp-server
29
Stars
6 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add greptimedb-mcp-server -- uvx greptimedb-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "greptimedb-mcp-server": {
      "args": [
        "greptimedb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.greptimedb-mcp-server]
command = "uvx"
args = ["greptimedb-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "greptimedb-mcp-server": {
      "args": [
        "greptimedb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "greptimedb-mcp-server": {
      "args": [
        "greptimedb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GREPTIMEDB_HOST (GreptimeDB host address), GREPTIMEDB_PORT (GreptimeDB MySQL protocol port (default: 4002)), GREPTIMEDB_USER (Database username), GREPTIMEDB_PASSWORD (Database password), GREPTIMEDB_DATABASE (Database name to connect to), GREPTIMEDB_TIMEZONE (Session timezone (default: UTC)), GREPTIMEDB_POOL_SIZE (Connection pool size (default: 5)), GREPTIMEDB_HTTP_PORT (HTTP API port for pipeline/dashboard management (default: 4000)), GREPTIMEDB_HTTP_PROTOCOL (HTTP protocol for pipeline/dashboard API: http or https (default: http)), GREPTIMEDB_MASK_ENABLED (Enable sensitive data masking (default: true)), GREPTIMEDB_MASK_PATTERNS (Additional column name patterns for data masking (comma-separated)), GREPTIMEDB_AUDIT_ENABLED (Enable audit logging for tool invocations (default: true)), GREPTIMEDB_ALLOW_WRITE (Allow write/destructive SQL (DDL/DML) via execute_sql by skipping the security gate. DANGEROUS: only use on local or test instances (default: false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Greptimedb MCP Server

same job, measured the same way
Redash MCP
by seob717

Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

305 installs/wk local only
MCP Grafana
by dockndevai

Search & edit Grafana dashboards, query datasources (PromQL/LogQL/SQL), inspect alerts.

341 installs/wk local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
I
Sling CLI
by slingdata

Sling CLI MCP server for querying any database, running data pipelines and managing replications

37 655 installs/wk local only
Saga MCP
by spranab

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

247 installs/wk local only
Dbridge MCP
by ugurcl

Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.

34 installs/wk local only
Matih
by matih

The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.

68 installs/wk answering
TypeDB
by typedb

Execute TypeQL queries and manage databases and users on a TypeDB server.

local only

Greptimedb MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Greptimedb MCP Server?
Greptimedb MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package greptimedb-mcp-server was installed 205 times last week.
How do I connect Greptimedb MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls greptimedb-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Greptimedb MCP Server?
The pypi package greptimedb-mcp-server was installed 205 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Greptimedb MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 29 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.