An MCP server for Clickzetta.
Project description
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"
]
}
}
}
···
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file cz_mcp_server-1.0.7.tar.gz.
File metadata
- Download URL: cz_mcp_server-1.0.7.tar.gz
- Upload date:
- Size: 426.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fdc9c7bf268817fd5ebb3913c0fb108b6d33e9af727fa666b3b877abe673502
|
|
| MD5 |
ecad7f3b4ee9d189c5df15a070dff999
|
|
| BLAKE2b-256 |
143e5b01deb4c508666c310762f10b2e858068fe9ccd5cead48c426a22eeef50
|
File details
Details for the file cz_mcp_server-1.0.7-py3-none-any.whl.
File metadata
- Download URL: cz_mcp_server-1.0.7-py3-none-any.whl
- Upload date:
- Size: 511.0 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 |
f9124701ae10e886c9338718cbee3b67135d42c64d9b24a928c62670ae9a98ab
|
|
| MD5 |
4a4d3cbe0c5bc92584a2783ca31d4ed6
|
|
| BLAKE2b-256 |
57040e8f4291197342f21bb867a4d6a4144cf21846e790ecf60a91432a84ff45
|