Server data from the Official MCP Registry
Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries.
Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries.
Set these up before or after installing:
Environment variable: GREPTIMEDB_HOST
Environment variable: GREPTIMEDB_PORT
Environment variable: GREPTIMEDB_USER
Environment variable: GREPTIMEDB_PASSWORD
Environment variable: GREPTIMEDB_DATABASE
Environment variable: GREPTIMEDB_TIMEZONE
Environment variable: GREPTIMEDB_POOL_SIZE
Environment variable: GREPTIMEDB_HTTP_PORT
Environment variable: GREPTIMEDB_HTTP_PROTOCOL
Environment variable: GREPTIMEDB_MASK_ENABLED
Environment variable: GREPTIMEDB_MASK_PATTERNS
Environment variable: GREPTIMEDB_AUDIT_ENABLED
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-greptimeteam-greptimedb-mcp-server": {
"env": {
"GREPTIMEDB_HOST": "your-greptimedb-host-here",
"GREPTIMEDB_PORT": "your-greptimedb-port-here",
"GREPTIMEDB_USER": "your-greptimedb-user-here",
"GREPTIMEDB_DATABASE": "your-greptimedb-database-here",
"GREPTIMEDB_PASSWORD": "your-greptimedb-password-here",
"GREPTIMEDB_TIMEZONE": "your-greptimedb-timezone-here",
"GREPTIMEDB_HTTP_PORT": "your-greptimedb-http-port-here",
"GREPTIMEDB_POOL_SIZE": "your-greptimedb-pool-size-here",
"GREPTIMEDB_MASK_ENABLED": "your-greptimedb-mask-enabled-here",
"GREPTIMEDB_AUDIT_ENABLED": "your-greptimedb-audit-enabled-here",
"GREPTIMEDB_HTTP_PROTOCOL": "your-greptimedb-http-protocol-here",
"GREPTIMEDB_MASK_PATTERNS": "your-greptimedb-mask-patterns-here"
},
"args": [
"greptimedb-mcp-server"
],
"command": "uvx"
}
}
}This is a well-architected GreptimeDB MCP server with strong security features including read-only enforcement, data masking, and audit logging. The code demonstrates good practices with proper authentication patterns, input validation, and SQL injection protection. Only minor quality improvements around error handling and validation coverage are needed. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 13 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!