Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Linklore MCP
Linklore MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/17/2026, 2:31:07 PM

Linklore MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
knowledge-memorycoding-agentsproject-memorymcp

Structured, local-first project memory for coding agents, with linked lore, documents, code context, and MCP-based recall.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Automated check passed— started and listed 24 tools correctly (Today).
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "linklore-linklore-mcp": {
      "command": "uvx",
      "args": [
        "llre"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (24) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The linklore/linklore-mcp MCP server gives coding agents structured memory for decisions, pitfalls, specifications, and project history. It stores lore and doc entries in a local `.linklore` SQLite database, links them to files or other entries, and exposes MCP tools for search, editing, linking, status checks, and session briefings. Optional server backup and invite-only sharing are available through separate services and tools. Reach for it when an agent needs project context across sessions rather than relying on standalone notes.

Use cases

•Record coding decisions and pitfalls for later sessions
•Find project memory related to a source file before editing
•Maintain linked specifications and implementation plans
•Detect possible drift between documents and git changes
•Back up or share selected project memory

Key features

•Local SQLite project memory
•Lore and document record types
•File-linked search and recall
•Document flows and relationship graphs
•Git-diff-based sync drift detection
•Backup and invite-only sharing workflows

Capabilities & Tool Schemas (24) ~10.1k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Linklore MCP.

doc_flow

[read-only] doc_flow(id) — renders a doc's flowLink chain in order (journey view).

doc_map

[read-only] doc_map(oneline) — overview of the full doc link network.

brief

project dashboard — call at the start of every session. external source 🔔 = a new push has arrived. receive it with openbox(action='show'). options: dismiss(turn off a nudge), undismiss(restore it), help.

init

init(blueprint='') — set up .linklore in this directory (starts local footprint memory). - init() basic setup - init(blueprint='X') apply a blueprint project_dir: set up .linklore in another folder (creating a boundary is init-only). setting up there doesn't change this session's base project — to keep working there, config(action='pin').

config

Project settings (openbox source options) + iam + session pin. WARNING: handle/name/email apply machine-wide, not per-project. Sharing lives in a separate tool: openbox (openbox sharing/members). 11 actions: - action='whoami' → your identity (handle/name/email) - action='version' → server code version (git commit) - action='sources' → list registered external sources (openboxes) - action='option' → change an external source's settings (auto_search=/show_prefix=) - action='sync' → force-refresh an external source's cache - action='forget' → deregister an external source - action='pin' → pin this session to a specific project - action='unpin' → unpin the session - action='sessions' → list/revoke your account sessions (revoke=) - action='projects' → list every LinkLore project on this machine - action='delete_project' → permanently delete your personal-server copy of this project (returns guidance, no execution — use the forced() command it prints) help=true for details.

status

status() — detects code↔doc sync drift (git-diff based). Not for reading lore/doc content → use show()/brief(). since, action(''|'ack'|'reset'), ack, reset, help.

How Linklore MCP works

What linklore/linklore-mcp MCP server does

The linklore/linklore-mcp MCP server provides an agent-operated memory layer for software projects. It separates records into two types: lore for decisions, pitfalls, and journal-style knowledge, and docs for specifications and plans. Both types can be connected to source files and to one another, allowing an agent to recover context around a code area or follow a document sequence.

Entries remain in the project’s .linklore directory, backed by a local SQLite store. The local-first setup does not require an account to begin. Agents can create, search, edit, supersede, trash, restore, and inspect the history of records through MCP tools. A session-start brief reports open items, recent activity, and hotspots so an agent can load relevant context before changing code.

How it works

Install the published llre package and run it through uvx; the repository itself is not the standalone build target because some core modules are distributed as compiled extensions. Register the process in an MCP client, initialize the project once, and then let the agent use the tools during its normal coding loop.

The show tool supports searches by text, tag, status, file, source, and time period. doc_flow renders a document’s ordered chain, doc_map shows the document link network, and doc_rollup gathers lore connected to a document into a draft summary. status uses git-diff information to identify possible code-to-document drift. doctor checks project data integrity, while cleanup finds likely duplicate entries.

Links can be mutual relationships, ordered document flow, supersession relationships, or stored verdicts that mark items as unrelated or distinct. This supports both knowledge retrieval and maintenance of evolving specifications.

Setup and configuration

For the linklore/linklore-mcp MCP server, add an MCP entry that runs uvx llre. For example, an MCP configuration can use uvx as the command and llre as its argument. Cursor and Windsurf are explicitly listed as usable MCP clients in the setup guidance. After registration, run uvx llre init from the project root, or call the init tool to create the local footprint.

Initialization may accept a blueprint, and project_dir can initialize another folder. Pinning is separate: configuring a project directory does not change the current session’s base project, so use the session pin operation when continued work should target that project.

The server can also configure external sources, identity details, and session settings. Handle, name, and email settings apply machine-wide rather than to one project. Login is not needed for local use; it is relevant to personal backup and team-sharing features.

Tools and capabilities

  • Record lore and docs individually or in batches.
  • Append content, replace an existing section, overwrite a body, or publish a superseding entry.
  • Search by content and metadata, including file, tag, status, and time period.
  • Link lore and docs, build document flows, and remove links or stored relationship verdicts.
  • Back up and restore the local store through personal server push and pull operations.
  • Share copies through invite-only openboxes, or move and copy items between local projects you own.
  • Preview or protect destructive operations with trash, confirmation, and recovery workflows.
  • Send feedback or bug reports to the LinkLore team.

Limitations and notes

The linklore/linklore-mcp MCP server’s repository is not independently buildable because compiled core modules are absent from the source tree. The published package should be used instead. The repository describes the license as Elastic License 2.0, which permits installation and organizational commercial use but restricts offering the software as a competing managed service, bypassing license-key functionality, or removing licensing notices.

Cloud backup, team synchronization, and cross-owner sharing depend on the LinkLore backend and are not part of the repository itself. Local workspace transfers use filesystem-local operations and should not be treated as a substitute for sharing with another owner or team. Permanent deletion and other destructive actions require an explicit confirmation flow.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory28 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • MCP Local Rag logoMCP Local Rag

    Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.

    🧠 Knowledge & Memory3 views
    Compare vs MCP Local Rag →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Availability
100%
Our rolling endpoint + install checks that succeeded.
Install check
Passed
Our sandbox started it and listed its tools.
Tools exposed
24
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Linklore MCP

Run it from PyPI with `uvx llre`, register that command in your MCP client, then initialize the project with `uvx llre init` or the `init` tool.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLinklore MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/linklore-linklore-mcp?style=directory)](https://allmcps.com/mcp/linklore-linklore-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/linklore-linklore-mcp"><img src="https://allmcps.com/api/badge/linklore-linklore-mcp?style=directory" alt="Linklore MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseElastic-2.0
ClientsCursor, Windsurf
Last updatedSep 19, 2026
10/11 checks healthy over the last 42d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 6, 2026
69Quality signal: Great · 69/100How this signal is calculated ▾
Server availability25/25
Verified ownership10/20
Documentation & tools30/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1d ago via OSV.dev · llre (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Linklore MCP →Install in Claude DesktopInstall in CursorInstall in VS Code