j7an/nexus-mcp
MCP server that lets AI models invoke CLI agents (Gemini, Codex, Claude) as tools — with parallel execution, retries, and structured output parsing.
Platform-specific configuration:
{
"mcpServers": {
"nexus-mcp": {
"command": "npx",
"args": [
"-y",
"nexus-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...