MCP
Ruflo MCP Integration
Model Context Protocol is the universal interface for AI tools and context. Ruflo is built on it from day one.
MCP Servers
Ruflo ships as a first-class MCP server. Any MCP-compatible client can drive Ruflo swarms.
Claude Code Integration
Register Ruflo in your Claude Code config and instantly gain multi-agent orchestration.
Tool Orchestration
Expose tools through MCP so agents can call, compose and chain them safely.
Context Sharing
MCP context flows into Ruflo's shared memory engine for every agent in the swarm.
Agent Coordination via MCP
Use MCP as the substrate for cross-tool, cross-agent coordination.
claude_desktop_config.json
{
"mcpServers": {
"ruflo": {
"command": "ruflo",
"args": ["mcp", "serve"]
}
}
}