Claude Code Integration
Claude Code is Anthropic’s agentic command-line tool. By routing Claude Code’s tools throughdmint-mcp, you ensure that autonomous file edits, database mutations, and external API requests follow deterministic security boundaries.
1. Install the Policy Skill
Install the officialdmint-policy-manager skill into Claude Code’s global configuration:
2. Configure Claude Code with dmint-mcp
Configure Claude Code to route downstream tools through the dmint-mcp gateway.
Add the gateway to your Claude Code configuration:
~/.claude/config.json:
~/.claude/config.json
3. Run Claude Code
Start your Claude Code session as usual:ALLOWtools (e.g. reading logs, running tests) execute immediately.DENYtools (e.g. dropping production databases, deleting root files) fail closed immediately with a structured security error.APPROVAL_REQUIREDtools halt and wait for human review on your local dashboard.