npx claudepluginhub lvlup-sw/exarchosAdd to your .mcp.json:
{
"mcpServers": {
"exarchos": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/exarchos.js",
"mcp"
],
"env": {
"WORKFLOW_STATE_DIR": "~/.claude/workflow-state",
"EXARCHOS_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeWORKFLOW_STATE_DIR=~/.claude/workflow-stateEXARCHOS_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}