Skip to content
Zed

mcpm for Zed

io.github.getmcpm/cli

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

client:Zed transport:stdio runtime:npm

Install mcpm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcpm in other clients