SeekLink for Cursor
io.github.simonsysun/seeklink
Local read-only semantic search for Markdown vaults through MCP.
client:Cursor
transport:stdio
runtime:pypi
Install SeekLink in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seeklink": {
"type": "stdio",
"command": "uvx",
"args": [
"seeklink"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs