MCP ClickZetta Server Service Manager
Usage:
$ ./service.sh start [--host HOST] [--port PORT]
$ ./service.sh stop
$ ./service.sh restart [--host HOST] [--port PORT]
$ ./service.sh status
$ ./service.sh reinstall
$ ./service.sh logs [--tail N]
Examples:
./service.sh start # Start with defaults
./service.sh start --port 8080 # Start on port 8080
./service.sh stop # Stop the service
./service.sh restart # Restart the service
./service.sh status # Check service status
./service.sh logs --tail 50 # Show last 50 log lines
./service.sh logs -f # use follow mode
stdio mcp
Configure stdio MCP for your local agent by adding the following to your agent configuration:
{
"mcpServers": {
"clickzetta-studio-mcp-local-stdio": {
"type": "stdio",
"command": "/Users/zhanglin/PycharmProjects/claude-skills-mcp/cz-mcp-server/.venv/bin/python",
"args": [
"-m",
"cz_mcp.run_stdio_server",
"CZ_MCP_TRANSPORT=stdio",
"CZ_MCP_LOG_TO_FILE=0",
"x-Lakehouse-Username=xxx",
"x-Lakehouse-Password=xxx",
"x-Lakehouse-Service=uat-api.clickzetta.com",
"x-Lakehouse-Instance=xxx",
"x-Lakehouse-Workspace=xxx",
"x-Lakehouse-Schema=public",
"x-Lakehouse-VCluster=DEFAULT"
]
}
}
}
···
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cz_mcp_server-1.0.8.tar.gz
(426.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cz_mcp_server-1.0.8-py3-none-any.whl
(511.7 kB
view details)
File details
Details for the file cz_mcp_server-1.0.8.tar.gz.
File metadata
- Download URL: cz_mcp_server-1.0.8.tar.gz
- Upload date:
- Size: 426.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e950a0487fe590555d68ffbf4be6a068ca2017eb370728d0cb18b5f59417940
|
|
| MD5 |
e389e551b9289e99a81a2b1a214b911f
|
|
| BLAKE2b-256 |
78d0873457a1580b18f55ccd6d4aa92a201c7e4e22c53fb878b4f2f38fe9ac71
|
File details
Details for the file cz_mcp_server-1.0.8-py3-none-any.whl.
File metadata
- Download URL: cz_mcp_server-1.0.8-py3-none-any.whl
- Upload date:
- Size: 511.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1ce695e83b4746d69a36248475f08824e25bc76a944e2bce46b642d9b00b14
|
|
| MD5 |
8ec816323258c3d27340ac54f543aab5
|
|
| BLAKE2b-256 |
5451f6f3eab8d675d331cdbdc407e949f4534d720513a477ce3fb7fdd16ac80c
|