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.

  1. bantou AI bookkeeping agent for Japanese accountants - auto-classifies freee/Yayoi/MF/TKC transactions. โ˜… 2

05 ยท Facts

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

Pairs well with

Servers that cover what Linksee Memory doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem โ†’ filesystem companion filesystem ยท โ˜… 39,038
  2. Pdf MCP โ†’ filesystem companion filesystem ยท โ˜… 135

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