Skip to content
Back to homeDocumentation

Everything you need to run governed memory.

Connect your agent

Generate an API key →

Use Lore Index with any MCP-capable agent. Use the commands below or check our MCP connection guide to set up your agent.

If you're using an interactive agent like Claude Code, you can add the MCP with the first option. If you need API access for a headless agent, generate an API key on the Connect page.

OAuth — interactive (recommended)

Register the server with alwaysLoad so its five tools load at session start (exempt from tool-search deferral), then authenticate — Claude Code opens your browser for the Lore Index consent screen and refreshes the token automatically.

terminal
claude mcp add-json lore '{"type":"http","url":"https://api.loreindex.ca/mcp","alwaysLoad":true}'
# then authenticate: run /mcp in a session (or: claude mcp login lore)

API key — headless / CI

Or pass a bearer API key for headless / CI runs — alwaysLoad keeps the five tools loaded at session start.

terminal
claude mcp add-json lore '{"type":"http","url":"https://api.loreindex.ca/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"},"alwaysLoad":true}'

The official Lore Index skill

Provide your agent with a SKILL.md file, a guide it can use as reference to learn how to interact with Lore Index. See the MCP endpoint and tools guide for more information.

Browse the docs

Docs · Lore Index