mcp-nckuhub-server
0
The mcp-nckuhub-server is a Model Context Protocol service that interfaces with the NCKUHub API to provide data and functionalities. It can be started using specific commands and supports AI IDE configuration.
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"
]
}
}
}