
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_POOL_SIZE": "5",12 "GREPTIMEDB_TRANSPORT": "stdio",13 "GREPTIMEDB_MASK_ENABLED": "true"14 },15 "args": [16 "--host",17 "localhost",18 "--database",19 "public"20 ],21 "command": "greptimedb-mcp-server"22 }23 }24}
No reviews yet. Be the first to review!
Sign in to join the conversation