linklore-mcp

linklore/linklore-mcp
★ 0 stars Python Database Updated today
AI-native structured memory for agents — MCP server, local-first. https://linklore.io
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linklore-mcp": {
      "command": "uvx",
      "args": [
        "linklore-mcp"
      ]
    }
  }
}

Or install with pip: pip install linklore-mcp

README Excerpt

**AI-native structured memory for agents** — a project memory that AI agents read and write directly (lore/doc), via [MCP](https://modelcontextprotocol.io). AI agents record decisions, pitfalls, and specs as they work — and recall them next session with code context attached (file links, stale detection, bidirectional links). Local-first: everything lives in a `.linklore/` SQLite store in your project.
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →