Skip to content
VS Code

agentlock for VS Code

io.github.olum289/agentlock

Security gateway for AI agents: policy, approval, and audited execution, no secrets shared.

client:VS Code transport:streamable-http

Install agentlock in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentlock": {
      "type": "http",
      "url": "https://app.agentlock.net/api/mcp"
    }
  }
}

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

agentlock in other clients