A secure* runtime for autonomous AI agents. Policy from plain-English constitutions. (*https://ironcurtain.dev)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ironcurtain": {
"command": "npx",
"args": [
"-y",
"provos/ironcurtain"
]
}
}
}
Run in terminal:
claude mcp add ironcurtain npx -y provos/ironcurtain
Add to .cursor/mcp.json:
{
"mcpServers": {
"ironcurtain": {
"command": "npx",
"args": [
"-y",
"provos/ironcurtain"
]
}
}
}