Seek Link MCP Server

English · 中文 SeekLink is a local semantic search CLI and optional read-only MCP stdio server for Markdown vaults. It indexes a folder of .md files, searches with hybrid keyword + vector retrieval, and returns line-anchored results that humans and agents can read with simple shell commands.

People who work with bm25, cjk and hybrid search and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-08 · ★ 11 · #124 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Seek Link

before you install - you'll need

SEEKLINK_VAULT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add simonsysun-seeklink -- uvx seeklink

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "simonsysun-seeklink": {
      "command": "uvx",
      "args": [
        "seeklink"
      ]
    }
  }
}

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 seeklink - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Seek Link can do

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

Latest releases

v0.7.0 · 2026-05-07

v0.7.0 adds an optional read-only Model Context Protocol (MCP) stdio adapter for local Markdown vault retrieval. · Highlights: · Install with pip install "seeklink[mcp]" or uv tool install "seeklink[mcp]". · Run…

v0.6.1 · 2026-05-05

SeekLink v0.6.1 · SeekLink v0.6.1 is a small daemon lifecycle and documentation release. · Highlights · Added public daemon controls: · - seeklink daemon status · - seeklink daemon stop · - seeklink daemon restart…

v0.6.0 · 2026-05-05

SeekLink v0.6.0 focuses on scoped retrieval correctness, agent reliability, and optional Apple Silicon reranker latency. · Highlights · Better folder/tag filtered semantic search: filtered searches now request enough…

04 · Who maintains Seek Link

SeekLink is maintained by simonsysun. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
productivity - ranked #124 of 160 actively-maintained productivity servers as of 2026-09-18.
registry
io.github.simonsysun/seeklink (active, first published 2026-05-07)
packages
pypi:seeklink

06 · Seek Link FAQ

What is Seek Link?

English · 中文 SeekLink is a local semantic search CLI and optional read-only MCP stdio server for Markdown vaults. It indexes a folder of .md files, searches with hybrid keyword + vector retrieval, and returns line-anchored results that humans and agents can read with simple shell commands.

Is Seek Link still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-08. We re-verify nightly.

How do I install Seek Link?

Run `uvx seeklink`. The README documents one environment variable (SEEKLINK_VAULT) to set first. You can also paste the ready-made client config above.

Does Seek 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 Seek Link

More productivity MCP servers · Mnemex · Skillfed MCP · Saga MCP · Agy Bridge · Stack Fiesta

More Python MCP servers · Fleet MCP · Lightning Memory · Bernstein (sipyourdrink-ltd) · UniFi Access MCP · UniFi Network MCP · see all