Odel
SeekLink

SeekLink

Local
@simonsysun11PythonMITUpdated 3mo ago

Local read-only semantic search for Markdown vaults through MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIseeklinkv0.7.0

Run

uvx seeklink

MCP client config

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