Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-orchestratorCopy this JSON into your .mcp.json to enable this server
Add 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\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.