Stats
Actions
Tags
From attractor-flow
AttractorFlow — Dynamical systems diagnostics for Claude Code agents. Provides Lyapunov exponent monitoring, regime classification (CONVERGING/CYCLING/EXPLORING/DIVERGING/STUCK/OSCILLATING/PLATEAU), and bifurcation detection for attractor-engineered orchestration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"attractorflow_mcp": {
"command": "sh",
"args": [
"-c",
"PLUGIN_ROOT=\"${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/cache/attractor-flow}\" && cd \"$PLUGIN_ROOT/attractorflow/mcp-server\" && PATH=\"$PATH:$HOME/.local/bin\" uv run --no-project server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub sharathsphd/attractor-flow --plugin AttractorFlow