
1{2 "mcpServers": {3 "greptimedb": {4 "env": {5 "GREPTIMEDB_HOST": "localhost",6 "GREPTIMEDB_PORT": "4002",7 "GREPTIMEDB_USER": "root",8 "GREPTIMEDB_DATABASE": "public",9 "GREPTIMEDB_PASSWORD": "",10 "GREPTIMEDB_TIMEZONE": "UTC",11 "GREPTIMEDB_HTTP_PORT": "4000",12 "GREPTIMEDB_POOL_SIZE": "5",13 "GREPTIMEDB_TRANSPORT": "stdio",14 "GREPTIMEDB_LISTEN_HOST": "0.0.0.0",15 "GREPTIMEDB_LISTEN_PORT": "8080",16 "GREPTIMEDB_MASK_ENABLED": "true",17 "GREPTIMEDB_AUDIT_ENABLED": "true",18 "GREPTIMEDB_HTTP_PROTOCOL": "http"19 },20 "args": [21 "--host",22 "localhost",23 "--database",24 "public"25 ],26 "command": "greptimedb-mcp-server"27 }28 }29}
No reviews yet. Be the first to review!
Sign in to join the conversation