claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
19 lines (18 loc) • 543 B
JSON
{
"permissions": {
"allow": [
"mcp__ruv-swarm",
"mcp__claude-flow@alpha",
"mcp__flow-nexus",
"WebFetch(domain:www.npmjs.com)",
"Bash(# Check if there''s a stale symlink and remove it, then add ~/.local/bin to PATH rm -f /home/codespace/nvm/current/bin/claude # Check if ~/.local/bin is in PATH echo \"\"Current PATH check:\"\" echo \"\"$PATH\"\")"
],
"deny": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"claude-flow@alpha",
"ruv-swarm",
"flow-nexus"
]
}