claude-flow
by ruvnet
Overview
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
Installation
npx claude-flow mcp start --stdioEnvironment Variables
- ANTHROPIC_API_KEY
- CLAUDE_FLOW_ENV
- NODE_ENV
- CLAUDE_API_URL
- CLAUDE_MODEL
- CLAUDE_TEMPERATURE
- CLAUDE_MAX_TOKENS
- CLAUDE_TOP_P
- CLAUDE_TOP_K
- CLAUDE_SYSTEM_PROMPT
- DEBUG_TESTS
- DEBUG
- CLAUDE_SWARM_ID
- CLAUDE_SWARM_AGENT_ID
- ENTERPRISE_SECRET_KEY
- ENCRYPTION_KEY
- AUDIT_ENABLED
- COMPLIANCE_MODE
- GITHUB_TOKEN
- GITHUB_WEBHOOK_SECRET
- VERIFICATION_MODE
- CLAUDE_FLOW_MAX_AGENTS
- CLAUDE_FLOW_TERMINAL_TYPE
- CLAUDE_FLOW_MEMORY_BACKEND
- CLAUDE_FLOW_MCP_TRANSPORT
- CLAUDE_FLOW_MCP_PORT
- CLAUDE_FLOW_LOG_LEVEL
- CLAUDE_FLOW_RUV_SWARM_ENABLED
- CLAUDE_FLOW_RUV_SWARM_TOPOLOGY
- CLAUDE_FLOW_RUV_SWARM_MAX_AGENTS
Security Notes
Architecturally includes security features like authentication, permissions, and audit trails. However, default configurations (e.g., hardcoded admin/service credentials in `auth-service.ts`, default unconfigured JWT_SECRET, potential for unsafe `subprocess.run` calls in Python agents) are insecure for production without explicit hardening. CORS policies might be too permissive by default in API routes.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
metorial-platform
The Metorial Platform is an open source integration platform for agentic AI, designed to connect any AI model to thousands of APIs, data sources, and tools with a single function call, built to scale for enterprise-grade AI applications.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.