Stats
Actions
Tags
From urc
Runs locally as a Python subprocess (.venv/bin/python3 urc/core/server.py) for URC coordination. Capabilities unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"urc-coordination": {
"command": ".venv/bin/python3",
"args": [
"urc/core/server.py"
],
"env": {
"PYTHONPATH": "."
}
}
}
}Server configuration and connection parameters
.venv/bin/python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=.npx claudepluginhub siddharthkandan/universal-remote-control