Containment and review for installable prompt artefacts — skills, MCP servers, rule files. Establishes that what a reviewer approves is what the model receives.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"detonation-chamber": {
"command": "uvx",
"args": [
"detonation-chamber"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add detonation-chamber uvx detonation-chamber
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"detonation-chamber": {
"command": "uvx",
"args": [
"detonation-chamber"
]
}
}
}
📋 Copy
Or install with pip: pip install detonation-chamber