mcp-nckuhub-server
If you are the rightful owner of mcp-nckuhub-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an MCP service using the NCKUHub API.
mcp-nckuhub-server
δΈζηθ«θ¦
This is an MCP service using the NCKUHub API.
Demo video
Development
Start
uv run mcp dev src/mcp_nckuhub_server/server.py
Test
uv run pytest
Usage
Start server
uv pip install -e .
uv run mcp-nckuhub-server
Or, if you use an AI IDE such as Windsurf
You can add the following configuration to your clime_mcp_settings.json
file
{
"mcpServers": {
"mcp-nckuhub-server": {
"command": "uv",
"args": [
"--directory",
"path/to/mcp-nckuhub-server",
"run",
"mcp-nckuhub-server"
]
}
}
}