Loading subscription status...
{
"mcpServers": [
{
"greptimedb": {
"env": {
"GREPTIMEDB_HOST": "localhost",
"GREPTIMEDB_PORT": "4002",
"GREPTIMEDB_USER": "root",
"GREPTIMEDB_DATABASE": "public",
"GREPTIMEDB_PASSWORD": ""
},
"args": [
"--directory",
"/path/to/greptimedb-mcp-server",
"run",
"-m",
"greptimedb_mcp_server.server"
],
"command": "uv"
}
}
]
}