Skip to content
VS Code

Palveron MCP Server for VS Code

io.github.palveron/mcp-server

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

client:VS Code transport:stdio runtime:npm

Install Palveron MCP Server in VS Code

.vscode/mcp.json

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

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

Palveron MCP Server in other clients