From session-orchestrator
Runs locally as a stdio subprocess via bash script mcp-server.sh from the plugin root (via CLAUDE_PLUGIN_ROOT, CODEX_PLUGIN_ROOT, or git rev-parse). Purpose unclear from configuration.
npx claudepluginhub kanevry/session-orchestrator --plugin session-orchestratorAdd to your .mcp.json:
{
"mcpServers": {
"session-orchestrator": {
"command": "bash",
"args": [
"-c",
"exec bash \"${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$(git rev-parse --show-toplevel)}}/scripts/mcp-server.sh\""
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bash