Skip to content

SeekLink v0.7.0

Latest

Choose a tag to compare

@simonsysun simonsysun released this 07 May 03:56
· 2 commits to main since this release

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 seeklink mcp --vault PATH to expose search, get, status, and doctor to MCP clients such as Claude Code, Cursor, and VS Code.
  • MCP search uses the same retrieval path as the CLI, with compact text summaries and ranked previews in structured content.
  • Local stdio only: one server per vault, read-only, no index/write/HTTP/OAuth surface.

Changelog: https://github.com/simonsysun/seeklink/blob/v0.7.0/CHANGELOG.md#070---2026-05-06
Full diff: v0.6.1...v0.7.0