mcpbeat Sign in

LinkLore MCP Server

local only

LinkLore runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi. Last commit 6 Aug 2026.

AI-native structured memory for agents (MCP). Built for agents, not humans.

Installs per day peak 114 · avg 40 · -64% w/w
a month agotoday
122
Installs / week
pypi · llre
1
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime mcp/core/base/filematch.py:16
exec(compile(FILEMATCH_SOURCE, "<filematch:match_file>", "exec"), globals())
Runs an external command mcp/core/base/jsonio.py:41
            subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add llre -- uvx llre
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "llre": {
      "args": [
        "llre"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.llre]
command = "uvx"
args = ["llre"]
.cursor/mcp.json
{
  "mcpServers": {
    "llre": {
      "args": [
        "llre"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "llre": {
      "args": [
        "llre"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LINKLORE_LANG (UI/message language for LinkLore tool output. Supported: en, ko. Leave unset to auto-detect from the OS locale (falls back to en).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to LinkLore

same job, measured the same way
Instadash
by instadash

Live data grids for AI agents. Push structured data; humans review, agents read back via MCP.

answering
Tre
by tre-app

Tre — shared memory kanban for humans and agents (MCP Streamable HTTP).

answering
Kernal MCP
by pintomatic

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

33 installs/wk local only
Locus
by nano-nimbus

Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools.

149 installs/wk local only
Locus
by edkarlsson

Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools.

local only
Synapse Layer — Trust Infrastructure for AI Agents
by synapselayer

MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.

13 tools answering
Memoir
by bighippoman

Structured session journals for AI agents. Persistent memory across sessions.

30 installs/wk local only
Glyphic
by ms-teja

Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.

40 installs/wk local only

LinkLore — questions

Answers built from our own checks of this server.

Why is there no uptime for LinkLore?
LinkLore runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package llre was installed 122 times last week.
How do I connect LinkLore?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls llre straight from pypi; nothing to host, nothing to sign up for.
How many people use LinkLore?
The pypi package llre was installed 122 times in the last week. Week over week that is -64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LinkLore open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.