Đang tải…
Đang tải…
Enable only specific MCP servers from .mcp.json files. This provides granular control over which MCP integrations are active, allowing you to selectively enable trusted or required servers while blocking others.
npx claude-code-templates@latest --setting mcp/enable-specific-servers{
"description": "Enable only specific MCP servers from .mcp.json files. This provides granular control over which MCP integrations are active, allowing you to selectively enable trusted or required servers while blocking others.",
"enabledMcpjsonServers": [
"memory",
"github",
"filesystem"
]
}