PluginBench
MCP Server
Maintained
MIT

com.policylayer/registry MCP Server

com.policylayer/registry

What is the com.policylayer/registry MCP server?

The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install.

How to install com.policylayer/registry

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "registry": {
      "url": "https://api.policylayer.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "registry": {
      "serverUrl": "https://api.policylayer.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "registry": {
      "type": "http",
      "url": "https://api.policylayer.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "registry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.policylayer.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http registry https://api.policylayer.com/mcp

Related MCP servers

The system of record for AI agent authority: playbooks, routed policy questions, reusable rules.