feat: add mcp-servers/**
This commit is contained in:
14
mcp-servers/clickhouse/.env.example
Normal file
14
mcp-servers/clickhouse/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# MCP ClickHouse Server Configuration
|
||||
# ===================================
|
||||
|
||||
# MCP Service
|
||||
MCP_CLICKHOUSE_VERSION=latest
|
||||
MCP_CLICKHOUSE_PORT_OVERRIDE=8000
|
||||
|
||||
# ClickHouse Connection
|
||||
CLICKHOUSE_URL=http://localhost:8123
|
||||
CLICKHOUSE_USER=default
|
||||
CLICKHOUSE_PASSWORD=
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user