MCP Directory

rafapra3008/cervellaswarm

GitHub
Developer Tools

Verify AI agent communication protocols using session types. Formal specification with Lean 4 proofs, linter, formatter, and LSP. Catches deadlocks and role violations before deployment.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y cervellaswarm

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from rafapra3008/cervellaswarm your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "cervellaswarm": {
      "command": "npx",
      "args": [
        "-y",
        "cervellaswarm"
      ]
    }
  }
}

Route rafapra3008/cervellaswarm intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add cervellaswarm

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use rafapra3008/cervellaswarm directly without routing

npx -y cervellaswarm

New to Agent-CoreX? View setup guide →

rafapra3008/cervellaswarm MCP Server — Agent-CoreX