Disable Risky Servers
Settings mcp 356
Disable specific MCP servers that may pose security risks or are not needed for your workflow. This blacklist approach allows most servers while blocking potentially problematic integrations.
npx claude-code-templates@latest --setting mcp/disable-risky-servers claude-code — disable-risky-servers
Content
JSON
{
"description": "Disable specific MCP servers that may pose security risks or are not needed for ..."
"disabledMcpjsonServers": [
"web-scraper"
"system-admin"
"network-tools"
]
}