Back to MCP Servers

Cervellaswarm

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.

securitydeploymentaiagent

Installation

npx -y cervellaswarm

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub