From runwall
Runs locally as a Python subprocess (runwall_gateway) providing files capability. Configured with balanced profile, gateway.json config, root directory access, and local API port 9470.
npx claudepluginhub efij/secure-claude-codeAdd to your .mcp.json:
{
"mcpServers": {
"runwall": {
"command": "python3",
"args": [
"scripts/runwall_gateway.py",
"--root",
".",
"--profile",
"balanced",
"--config",
"config/gateway.json",
"--api-port",
"9470"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python3