Back to MCP Servers

Csl Core

Deterministic AI safety policy engine with Z3 formal verification. Write, verify, and enforce machine-verifiable constraints for AI agents via MCP.

securityaiagent

Installation

npx -y csl-core

Configuration

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

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