sync events done
This commit is contained in:
34
.cursor/mcp.json
Normal file
34
.cursor/mcp.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user