Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-nckuhub-server": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"src/mcp_nckuhub_server/server.py"
]
}
}
}