v0.3.0 Alpha - MCP Server (Claude / Cursor / VS Code) #16
akarlaraytu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CSL-Core now ships a built-in Model Context Protocol server. Write, verify, and enforce AI safety policies directly from your AI assistant.
New Features
verify_policy— Z3 formal verification via MCPsimulate_policy— Runtime enforcement against JSON inputsexplain_policy— Human-readable policy summaryscaffold_policy— Generate CSL templates from plain Englishpip install "csl-core[mcp]"Setup (Claude Desktop / Cursor)
{ "mcpServers": { "csl-core": { "command": "uv", "args": ["run", "--with", "csl-core[mcp]", "csl-core-mcp"] } } }Upgrade
This discussion was created from the release v0.3.0 Alpha - MCP Server (Claude / Cursor / VS Code).
Beta Was this translation helpful? Give feedback.
All reactions