Skip to main content

Version control for AI coding context - Commit your intent, not just your code

Project description

Lore MCP

Lore MCP

Version control for AI coding context - Commit your intent, not just your code.

PyPI version Python 3.12+ License: Apache 2.0

What is Lore MCP?

Lore MCP captures and preserves the thinking process behind AI-assisted coding. When you work with AI coding assistants like Claude, the conversation context—your intent, assumptions, alternatives considered, and decisions made—is just as valuable as the code itself.

Traditional Version Control:
  git commit → "Added authentication module"

Lore MCP:
  lore commit → Intent: "Implement JWT authentication with refresh tokens"
                Assumptions: ["Redis available for token storage"]
                Alternatives: ["Session-based auth", "OAuth2 only"]
                Decision: "JWT chosen for stateless scalability"

Features

  • Context Commits: Record intent, assumptions, alternatives, and decisions
  • Context Search: Search your coding history by intent
  • Context Blame: Find the AI conversation that led to any code change
  • MCP Integration: Native integration with Claude Code via Model Context Protocol
  • Claude Code Hooks: Automatic context capture during AI coding sessions
  • Cloud Sync: All data synced to cloud for access anywhere
  • Team Sharing: Share context with your team (Pro/Team plans)

Installation

pip install lore-mcp

Or with uvx (no installation required):

uvx lore-mcp lore --help

Quick Start

1. Get Your API Key

  1. Visit Lore Dashboard
  2. Sign up / Login with GitHub
  3. Go to API Keys and create a new key

2. Configure API Key

export LORE_API_KEY=lore_xxxxxxxxxxxxxxxx

Or add to your shell profile (~/.bashrc, ~/.zshrc):

echo 'export LORE_API_KEY=lore_xxxxxxxxxxxxxxxx' >> ~/.zshrc

3. Create Context Commits

# Manual commit with intent
lore commit -m "Implement user authentication with JWT"

# Interactive mode
lore commit -i

4. Search and Blame

# Search by intent
lore search "authentication"

# Blame a file (find context for code)
lore blame src/auth.py

# Check usage
lore usage

MCP Server Integration

Lore provides an MCP server for Claude Code integration.

Setup with Claude Code

Add to your Claude Code settings (~/.claude/settings.json):

{
  "mcpServers": {
    "lore": {
      "command": "lore-mcp",
      "env": {
        "LORE_API_KEY": "lore_xxxxxxxxxxxxxxxx"
      }
    }
  }
}

Or with uvx:

{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": ["lore-mcp", "lore-mcp"],
      "env": {
        "LORE_API_KEY": "lore_xxxxxxxxxxxxxxxx"
      }
    }
  }
}

Available MCP Tools

Tool Description
lore_commit Create a context commit
lore_blame Find context for a file
lore_search Search context commits
lore_status Check connection status

Claude Code Hooks

For automatic context capture, configure hooks:

Add to ~/.claude/settings.json:

{
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "python -m lore.hooks.post_tool_use"
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "python -m lore.hooks.on_stop"
          }
        ]
      }
    ]
  }
}

CLI Commands

Command Description
lore commit -m "message" Create a context commit
lore search <query> Search context commits
lore blame <file> Find context for a file
lore sync Sync local commits to cloud
lore usage Show usage statistics
lore status Show connection status
lore login Open dashboard for API key
lore version Show version

Pricing

Plan Price Features
Free $0 100 syncs/month, 50 searches/month
Pro $9/month Unlimited syncs, Unlimited searches
Team $19/user/month Everything in Pro + Team sharing

View Pricing

Dashboard

Manage your context commits, API keys, and team at:

lore-dashboard.jadecon2655.workers.dev

Features:

  • View all context commits
  • Search and filter commits
  • Manage API keys
  • Team management (Team plan)
  • Usage analytics

License

Apache License 2.0 - see LICENSE for details.


Lore - Because your intent matters as much as your code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lore_mcp-1.0.1.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lore_mcp-1.0.1-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

Details for the file lore_mcp-1.0.1.tar.gz.

File metadata

  • Download URL: lore_mcp-1.0.1.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for lore_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0dd135fb170b420558dd7d7985fedd66ea6367839b68e0170ce35e99bf342148
MD5 50b16636df896d624d25cf308d21cd75
BLAKE2b-256 e74759f0cfff8ecb4fc6a9609f4a5fe2529033bc56712177b5bbb485458a0264

See more details on using hashes here.

File details

Details for the file lore_mcp-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: lore_mcp-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for lore_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9a21fe1596447c5a5909d7050d5ca1c3f7fe0845ecd5b86938a3603b6350dafd
MD5 64c4c75a49c3f7c93f8ba2a7ea0f5c02
BLAKE2b-256 85f77969b8c71f3a8999686bceeca54b663013e5209e8b21b38baee973320b62

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page