HomeOther › ruv-FANN

ruv-FANN

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

Rust
★ 380 stars Last pushed 2026-08-09 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.19)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ruv-fann": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<YOUR_VALUE>",
        "RUV_SWARM_DB_PATH": "<YOUR_VALUE>",
        "RUV_SWARM_ENABLE_SIMD": "<YOUR_VALUE>"
      }
    }
  }
}
  • RUV_SWARM_LOG_LEVEL — Log level for ruv-swarm operations
  • RUV_SWARM_DB_PATH — Database path for persistence storage
  • RUV_SWARM_ENABLE_SIMD — Enable WebAssembly SIMD optimizations

Related servers

Data from the Official MCP Registry