Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ruvnet-ruv-swarm": {
"args": [
"-y",
"ruv-swarm"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
What if intelligence could be ephemeral, composable, and surgically precise?
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ruv-swarm' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ruv-swarm against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.ruvnet/ruv-swarm and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
What if intelligence could be ephemeral, composable, and surgically precise?
Welcome to ruv-FANN, a comprehensive neural intelligence framework that reimagines how we build, deploy, and orchestrate artificial intelligence. This repository contains three groundbreaking projects that work together to deliver unprecedented performance in neural computing, forecasting, and multi-agent orchestration.
We believe AI should be:
This isn't about calling a model API. This is about instantiating intelligence.
A complete Rust rewrite of the legendary FANN (Fast Artificial Neural Network) library. Zero unsafe code, blazing performance, and full compatibility with decades of proven neural network algorithms.
27+ state-of-the-art forecasting models (LSTM, N-BEATS, Transformers) with 100% Python NeuralForecast compatibility. 2-4x faster, 25-35% less memory.
The crown jewel. Achieves 84.8% SWE-Bench solve rate, outperforming Claude 3.7 by 14.5 points. Spin up lightweight neural networks that exist just long enough to solve problems.
# NPX - No installation required!
npx ruv-swarm@latest init --claude
# NPM - Global installation
npm install -g ruv-swarm
# Cargo - For Rust developers
cargo install ruv-swarm-cli
That's it. You're now running distributed neural intelligence.
┌─────────────────────────────────────────────┐
│ Claude Code / Your App │
├─────────────────────────────────────────────┤
│ ruv-swarm (MCP/CLI) │
├─────────────────────────────────────────────┤
│ Neuro-Divergent Models │
│ (LSTM, TCN, N-BEATS, Transformers) │
├─────────────────────────────────────────────┤
│ ruv-FANN Core Engine │
│ (Rust Neural Networks) │
├─────────────────────────────────────────────┤
│ WASM Runtime │
│ (Browser/Edge/Server/Embedded) │
└─────────────────────────────────────────────┘