databases

Greptimedb Mcp Server

MCP Server for querying GreptimeDB.

python
local
databases
0
View on GitHub

Installation

npx -y GreptimeTeam/greptimedb-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "greptimedb-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "GreptimeTeam/greptimedb-mcp-server"
  ]
}

About This MCP Server

GreptimeTeam/greptimedb-mcp-server

MCP Server for querying GreptimeDB.

GitHub: https://github.com/GreptimeTeam/greptimedb-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub