From armour
Runs locally as a stdio subprocess via the 'armour' binary, configured from ~/.armour/servers.json. Capabilities depend on the servers.json config file.
npx claudepluginhub fuushyn/armour --plugin armourAdd to your .mcp.json:
{
"mcpServers": {
"armour": {
"command": "${CLAUDE_PLUGIN_ROOT}/armour",
"args": [
"-mode",
"stdio",
"-config",
"${HOME}/.armour/servers.json"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/armour