mcp-nckuhub-server logo

mcp-nckuhub-server

by yenslife

This is an MCP service using the NCKUHub API. It allows interaction with NCKUHub through the MCP framework.

View on GitHub

Last updated: N/A

mcp-nckuhub-server

中文版請見 README_zh-TW.md

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"
      ]
    }
  }
}