Skip to content
Cursor

API Locker for Cursor

io.github.apilocker/apilocker

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

client:Cursor transport:stdio runtime:npm

Install API Locker in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

API Locker in other clients