What is the Palveron MCP Server MCP server?
Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit).
How to install Palveron MCP Server
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": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@palveron/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@palveron/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@palveron/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@palveron/mcp-server"
]
}
}
}Claude Code
claude mcp add mcp-server -- npx -y @palveron/mcp-serverRelated MCP servers
Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy.
0
View repository →TypeScript
MIT