Agent♥︎Age
Catalog

LinkLore

Official

by linklore · Python

AI-native coding memory — lore/doc that AI agents read and write directly (MCP)

io.linklore/llre — Model Context Protocol (MCP) Server

The io.linklore/llre MCP server provides “AI-native coding memory,” enabling AI agents to read and write lore/docs directly via MCP. It records decisions, pitfalls, and specs for recall in later sessions, with code context attached (including file links, stale detection, and bidirectional links). Local-first storage uses a .linklore/ SQLite store in the project.

🛠️ Key Features

  • AI-native coding memory (lore/doc) for AI agents
  • Read and write directly via MCP
  • Stores decisions, pitfalls, and specs
  • Recalls prior session context with file links, stale detection, and bidirectional links
  • Local-first .linklore/ SQLite persistence

🚀 Use Cases

  • Capturing project lore during development for later automated recall
  • Maintaining code context across sessions using attached file links and staleness detection
  • Creating bidirectionally linked documentation for agent reference

⚡ Developer Benefits

  • Agent-accessible memory for reuse of decisions/specs
  • Project-local storage via .linklore/ SQLite store
  • Includes an MCP server source area (mcp/) and a plugin wrapper (plugin/)

⚠️ Limitations

  • Source description provides no additional constraints, tool count, or operational details beyond local-first .linklore/ SQLite storage and MCP read/write behavior.