Install and start
npm install -g @simonsbs/keylore then keylore-http start.
KeyLore is designed to be understandable from first principles. Install it locally, add credentials, expose only useful metadata to AI clients, and let tools request brokered access when needed.
Getting started
Get a local KeyLore instance running with the default npm install and HTTP start flow.
Product use
Open the browser UI, add credentials, and define metadata that helps AI tools select the right secret.
MCP
Understand how KeyLore fits into MCP-based workflows so agents can search metadata and request brokered access.
Security
.envReview why separating metadata from secret values is a better fit for AI-assisted coding than loading everything into process env.
Recommended first run
http://127.0.0.1:8787/ and add at least one credential.npm install -g @simonsbs/keylore then keylore-http start.
Store the secret, then write human context and LLM context so the agent can choose correctly.
Use the built-in token test, then connect Codex, Gemini CLI, Claude CLI, or another MCP client.
Deeper reference
Use the GitHub-hosted reference docs when you need endpoint-level and protocol-level detail.
Advanced operations
PostgreSQL, external secret stores, and advanced deployment concerns remain documented in the repo.