Skip to content
VS Code

MCP Customs for VS Code

io.github.mcpcustoms/mcp-customs

Inspect an MCP server for common security risks before you install it. Offline, zero telemetry.

client:VS Code transport:stdio runtime:npm

Install MCP Customs in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-customs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-customs"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Customs in other clients