/plugin marketplace add linklore/linklore-mcp
/plugin install linklore-mcpResumen de Plugins
# LinkLore
**AI-native coding memory** — 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.
- **[`mcp/`](./mcp)** — the readable portion of the MCP server source (PyPI: [`llre`](https://pypi.org/project/llre/), run with `uvx llre`)
- **[`plugin/`](./plugin)** — Claude Code plugin wrapper
## Quick start — tell your agent
This is an MCP server, meant to be set up by an AI agent rather than typed in by hand. Paste this as your first message to Claude Code, Cursor, or any other MCP-capable agent:
> Set up LinkLore (an MCP server for project memory) in this repo. It's the PyPI package `llre`, run via `uvx llre` — no install or clone needed. Register it as an MCP server for whichever client you are (Claude Code: `claude mcp add llre -- uvx llre`; otherwise add `{"mcpServers": {"llre": {"command": "uvx", "args": ["llre"]}}}` to this project's `.mcp.json`), then run `uvx llre init` here. Ask me first before running `uvx llre login` — it opens a browser for Google login and is only needed for personal backup or team sharing.
Prefer to do it by hand?
```json
{
"mcpServers": {
"llre": {
"command": "uvx",
"args": ["llre"]
}
}
}
```
Or with Claude Code:
```bash
claude mcp add llre -- uvx llre
```
The official guide ships **inside the product, as lore** — LinkLore documents itself with itself. After `init()`, your project carries the guide as a read-only source:
```
show(tag='guide')
```
It updates with the package: upgrade `llre` and `brief()` tells you what changed.
## Source model
Mostly readable, core compiled. This repository publishes the MCP server's source in the clear — the entry point, i18n catalogs, base utilities, and the onboarding guide — under the Elastic License 2.0. The core modules (search, ranking, contradiction detection, the tool logic) ship as compiled extensions in the published wheel rather than plaintext source, so "read every line and fork it" isn't 100% true — but the majority is readable, and you can run it, self-host it, and use it commercially inside your own org. We'd rather be upfront that the crown-jewel logic is compiled than pretend it's fully open.
This tree is not buildable on its own (the compiled modules are not here) — install the published package instead: `uvx llre`.
## Research
LinkLore is the case study of the paper **"When the Agent Is the User: Agent-Driven Evolution of AI-Native Tools"** — defining the *AI-Native Tools* category, where the AI agent is the primary operator.
DOI: [10.5281/zenodo.21216858](https://doi.org/10.5281/zenodo.21216858) · citation: [`CITATION.cff`](./CITATION.cff)
## License
[Elastic License 2.0](./LICENSE). Free to install and use; you may not provide the software as a competing managed service, circumvent license-key functionality, or remove licensing notices.
Team sync, cross-project sharing, and cloud backup are provided by the backend service at [linklore.io](https://linklore.io) (not part of this repository).
Lo que la gente pregunta sobre linklore-mcp
¿Qué es linklore/linklore-mcp?
+
linklore/linklore-mcp es plugins para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala linklore-mcp?
+
Puedes instalar linklore-mcp clonando el repositorio (https://github.com/linklore/linklore-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar linklore/linklore-mcp?
+
linklore/linklore-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene linklore/linklore-mcp?
+
linklore/linklore-mcp es mantenido por linklore. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a linklore-mcp?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega linklore-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/linklore-linklore-mcp)<a href="https://claudewave.com/repo/linklore-linklore-mcp"><img src="https://claudewave.com/api/badge/linklore-linklore-mcp" alt="Featured on ClaudeWave: linklore/linklore-mcp" width="320" height="64" /></a>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Agent skill that removes signs of AI-generated writing from text
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
Create beautiful slides on the web using a coding agent's frontend skills
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.