Stats
Actions
Tags
From exarchos
Runs locally via 'exarchos mcp' command as an MCP server for Exarchos workflow state management and plugins. Configured with WORKFLOW_STATE_DIR and EXARCHOS_PLUGIN_ROOT directories.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"exarchos": {
"command": "exarchos",
"args": [
"mcp"
],
"env": {
"WORKFLOW_STATE_DIR": "~/.claude/workflow-state",
"EXARCHOS_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
exarchosCommand-line arguments passed to the server process
Environment variables set when the server starts
WORKFLOW_STATE_DIR=~/.claude/workflow-stateEXARCHOS_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub lvlup-sw/exarchos