FREE MCP v3.0.0-alpha.9

@claude-flow/neural

Self-Optimizing Neural Architecture (SONA) for Claude Flow — adaptive learning, trajectory tracking, pattern reuse, 7 RL algorithms (PPO/A2C/DQN/Q-Learning/SARSA/Decision Transformer/Curiosity), Flash Attention, MoE routing, LoRA, EWC++ for continual lear

View on npm Source

Install

# CLI install
npm install -g @claude-flow/neural

MCP client config

{
  "command": "npx",
  "args": ["-y", "@claude-flow/neural"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@claude-flow/neural
Version
3.0.0-alpha.9
Author
ruvnet
Published
2026-05-16
Keywords
ai, agents, ai-agents, multi-agent, multi-agent-systems, agentic, agentic-ai, agentic-systems

Related MCPs

Browse all MCPs →