MCP Server
MCP
io.github.j7an/nexus-mcp
Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution
Install
uvx nexus-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "nexus-mcp",
"version": "1.0.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "--python",
"type": "positional"
},
{
"isRequired": true,
"value": "3.13",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment