Skip to content
VS Code

mcpm for VS Code

io.github.getmcpm/cli

MCP security guard + package manager: trust-scored installs, blocks prompt injection and rug-pulls.

client:VS Code transport:stdio runtime:npm

Install mcpm in VS Code

.vscode/mcp.json

{
  "servers": {
    "cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getmcpm/cli"
      ]
    }
  }
}

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

mcpm in other clients