Skip to content
VS Code

registry for VS Code

com.policylayer/registry

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

client:VS Code transport:streamable-http tools:5

Install registry in VS Code

.vscode/mcp.json

{
  "servers": {
    "registry": {
      "type": "http",
      "url": "https://api.policylayer.com/mcp"
    }
  }
}

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

What VS Code can do once it is connected

registry in other clients