PluginBench
MCP Server
Active
MIT

Palveron Governance Gateway MCP Server

io.github.palveron/governance-gateway

What is the Palveron Governance Gateway MCP server?

Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy.

How to install Palveron Governance Gateway

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "governance-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "governance-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "governance-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "governance-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add governance-gateway -- npx -y @palveron/mcp-server

Related MCP servers

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

0
TypeScript
MIT
View repository →