claude-flow
Verified Safeby ruvnet
Overview
AI Agent Orchestration and Development Platform for Claude Code
Installation
npx claude-flow@v3alpha mcp startEnvironment Variables
- ANTHROPIC_API_KEY
- CLAUDE_FLOW_MODE
- CLAUDE_FLOW_LOG_LEVEL
- CLAUDE_FLOW_MAX_AGENTS
- CLAUDE_FLOW_MEMORY_PATH
- MCP_SERVER_PORT
- MCP_SERVER_HOST
Security Notes
The project demonstrates a very strong focus on security, incorporating multiple layers of protection. This includes comprehensive input validation (Zod-based), robust path traversal prevention, and command sandboxing with allowlisted commands to prevent injection attacks. Credential handling utilizes bcrypt for password hashing and generates cryptographically secure API keys. A dedicated AI-powered system (AIDefence) is in place for real-time threat detection, including prompt injection, jailbreak attempts, and PII scanning. The project also claims active CVE monitoring and remediation. While no system is entirely impervious, the explicit and multi-faceted security measures outlined in the documentation and confirmed by code structure suggest a high level of security design.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.