API Locker is a CLI that stores API keys and OAuth credentials in an encrypted vault and injects them as environment variables when running commands. It also exposes an MCP server so MCP-compatible clients can read and manage the vault through the CLI bridge.
From the registry: Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

$ npm install -g apilocker$ apilocker registerPlease install the `apilocker` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — API Locker requires Node.js 18 or newer.
- **Install API Locker CLI** — Install the API Locker CLI globally with npm. Run: `npm install -g apilocker`
- **Register this device with API Locker** — Run the device registration flow once. This opens a browser for confirmation and stores the master token locally so the MCP bridge can authenticate automatically. Run: `apilocker register`
Canonical MCP server config (stdio transport):
- command: `apilocker`
- args: ["mcp"]
Note: The MCP server is provided by the API Locker CLI as a stdio bridge. It reads authentication from ~/.apilocker/config.json automatically, so no environment variables are required in MCP client config. For self-hosted deployments, registration can be performed against a custom API endpoint with `apilocker register --url <your-api-url>`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.