34 lines
885 B
JSON
34 lines
885 B
JSON
{
|
|
"mcpServers": {
|
|
"clickhouse-mcp": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--with",
|
|
"mcp-clickhouse",
|
|
"--python",
|
|
"3.13",
|
|
"mcp-clickhouse"
|
|
],
|
|
"env": {
|
|
"CLICKHOUSE_HOST": "localhost",
|
|
"CLICKHOUSE_PORT": "8123",
|
|
"CLICKHOUSE_USER": "admin",
|
|
"CLICKHOUSE_PASSWORD": "your_secure_password",
|
|
"CLICKHOUSE_DATABASE": "promote",
|
|
"CLICKHOUSE_SECURE": "false",
|
|
"CLICKHOUSE_VERIFY": "false",
|
|
"CLICKHOUSE_CONNECT_TIMEOUT": "120",
|
|
"CLICKHOUSE_SEND_RECEIVE_TIMEOUT": "120"
|
|
}
|
|
},
|
|
"supabase": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"postgresql://postgres.xtqhluzornazlmkonucr:KR$kH9fdwZAd@tdS@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres"
|
|
]
|
|
}
|
|
}
|
|
} |