Neural network swarm orchestration with WebAssembly acceleration and MCP integration
MCPpedia last refreshed this data
io.github.ruvnet/ruv-swarm is an MCP server that neural network swarm orchestration with WebAssembly acceleration and MCP integration. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 88/100 on MCPpedia's security, maintenance and efficiency rubric.
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
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
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
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) │
└─────────────────────────────────────────────┘