SeekLink for Zed
io.github.simonsysun/seeklink
Local read-only semantic search for Markdown vaults through MCP.
client:Zed
transport:stdio
runtime:pypi
Install SeekLink in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"seeklink": {
"command": "uvx",
"args": [
"seeklink"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs