Stats
Actions
Tags
From armorclaude
Local MCP server that enforces policy rules for Claude Code interactions. Runs a Node.js bootstrap script to manage access controls and compliance.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"armorclaude-policy": {
"command": "node",
"args": [
"scripts/bootstrap.mjs",
"mcp"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub armoriq/armorclaude --plugin armorclaude