Skip to content
VS Code

API Locker for VS Code

io.github.apilocker/apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

client:VS Code transport:stdio runtime:npm

Install API Locker in VS Code

.vscode/mcp.json

{
  "servers": {
    "apilocker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "apilocker"
      ]
    }
  }
}

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

API Locker in other clients