Skip to content
Zed

Palveron MCP Server for Zed

io.github.palveron/mcp-server

Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit).

client:Zed transport:stdio runtime:npm

Install Palveron MCP Server in Zed

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

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}

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

Palveron MCP Server in other clients