Link MCP Server

Local memory for AI agents. Link gives Codex, Claude, Cursor, Kiro, VS Code, Copilot, Antigravity, and other local agents the same source-backed memory, stored locally as Markdown.

People who work with knowledge base, markdown and obsidian and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 182 · #38 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Link

Claude Code

claude mcp add gowtham0992-link -- uvx link-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "gowtham0992-link": {
      "command": "uvx",
      "args": [
        "link-mcp"
      ]
    }
  }
}

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

pypi package link-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.gowtham0992 is GitHub-verified and matches the repo owner

03 · What Link can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-09-17

Added · Recall works outside English. The tokenizer split on [^a-z0-9]+, so · every non-Latin script produced zero tokens: Japanese, Chinese, Korean, · Russian, Arabic, and Indic memories were unfindable, and nothing…

v2.3.0 · 2026-08-15

[2.3.0] - 2026-08-12 · Fixed · LinkBar crashed at launch for everyone but the build host (#58, · reported by @SparklesKitchen with a root cause and a verified fix). · SPM's generated Bundle.module accessor calls…

v2.2.1 · 2026-08-06

Capture rows expand on click with every proposal individually acceptable; capture-inbox --proposals N previews (imports preview in curated mode); "Review all" opens the viewer's capture page; Status shows which…

04 · Who maintains Link

link is maintained by gowtham0992. We track 2 MCP servers from gowtham0992 - 2 actively maintained, 182 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
documentation - ranked #38 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-17)
registry
io.github.gowtham0992/link (active, first published 2026-04-26 · 20 versions)
packages
pypi:link-mcp

06 · Link FAQ

What is Link?

Local memory for AI agents. Link gives Codex, Claude, Cursor, Kiro, VS Code, Copilot, Antigravity, and other local agents the same source-backed memory, stored locally as Markdown.

Is Link still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Link?

Run `uvx link-mcp`. You can also paste the ready-made client config above.

Does Link run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Link