Linksee Memory MCP Server
๐ Landing page: linksee.app (includes non-developer onboarding for Claude Desktop / Cursor / Claude Code / OpenAI Codex / Gemini CLI) ๐ Docs: docs.linksee.app - full reference: the product map & drift, install, and all 11 tools. It runs locally over stdio via the published package.
People who work with agent memory, codex and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-09 ยท โ 14 ยท #112 OF 304 MAINTAINED MEMORY ยท VERIFIED 2026-09-18
MIT ยท TypeScript servers ยท how we verify โ /methodology
01 ยท Install Linksee Memory
before you install - you'll need
Set LINKSEE_TELEMETRY before connecting.
Claude Code
claude mcp add michielinksee-linksee-memory -- npx -y linksee-memory Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"michielinksee-linksee-memory": {
"command": "npx",
"args": [
"-y",
"linksee-memory"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop ยท mcpServers
Cursor ยท mcpServers
VS Code ยท servers
Windsurf ยท mcpServers
Zed ยท context_servers
Cline ยท mcpServers
Roo Code ยท mcpServers
Continue ยท mcpServers
LibreChat ยท mcpServers
Gemini CLI ยท mcpServers
Codex CLI ยท mcp_servers
Full setup guides: every client.
02 ยท Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package linksee-memory - unscoped; check the name against the project README before installing
registry namespace io.github.michielinksee is GitHub-verified and matches the repo owner
03 ยท What Linksee Memory can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.2.0 ยท 2026-04-20
Prepares for Reddit/HN/Discord push. No breaking changes. ยท Fixed ยท SKILL.md (auto-invocation): 45% โ 19% Japanese. English speakers now get auto-fires on natural EN phrases ('how did we solve this before?', 'sameโฆ
v0.1.1 ยท 2026-04-19
Patch release based on dogfood feedback. ยท Change ยท Pin threshold lowered from importance >= 1.0 to importance >= 0.9. ยท Why ยท Memories set with importance: 0.95 or 0.9 were not being treated as pinned despite intent.โฆ
v0.1.0 ยท 2026-04-19
One week of dogfooding surfaced several structural improvements. All changes are backward-compatible. ยท New tools ยท update_memory - atomic edit preserving memory_id. Fixes the orphaned session_file_edits.memory_id bugโฆ
04 ยท Who maintains Linksee Memory
linksee-memory is maintained by michielinksee. We track 2 MCP servers from michielinksee - 2 actively maintained, 16 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from michielinksee.
05 ยท Facts
- repository
- github.com/michielinksee/linksee-memory
- category
- memory - ranked #112 of 304 actively-maintained memory servers as of 2026-09-18.
- registry
- io.github.michielinksee/linksee-memory (active, first published 2026-04-17 ยท 12 versions)
- packages
- npm:linksee-memory
06 ยท Linksee Memory FAQ
What is Linksee Memory?
๐ Landing page: linksee.app (includes non-developer onboarding for Claude Desktop / Cursor / Claude Code / OpenAI Codex / Gemini CLI) ๐ Docs: docs.linksee.app - full reference: the product map & drift, install, and all 11 tools. It runs locally over stdio via the published package.
Is Linksee Memory still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-09. We re-verify nightly.
How do I install Linksee Memory?
Run `npx -y linksee-memory`. The README documents one environment variable (LINKSEE_TELEMETRY) to set first. Set LINKSEE_TELEMETRY before connecting. You can also paste the ready-made client config above.
Does Linksee Memory run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 ยท Alternatives to Linksee Memory
Alternatives to Linksee Memory
Maintained memory servers if Linksee Memory isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. โ 43,715 ยท 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. โ 1,449 ยท 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. โ 1,419 ยท 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. โ 1,322 ยท 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server โ 984 ยท 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. โ 826 ยท 2026-09-15
Pairs well with
Servers that cover what Linksee Memory doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers ยท Memory Vault ยท Aimeat ยท Mnemosyne OS ยท Mnemoverse Memory
More TypeScript MCP servers ยท Safeinstall ยท Migrationpilot ยท Azure DevOps (ADO) ยท Playwright MCP ยท Microsoft Learn MCP ยท see all