SeekLink for Grok
io.github.simonsysun/seeklink
Local read-only semantic search for Markdown vaults through MCP.
client:Grok
transport:stdio
runtime:pypi
Install SeekLink in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seeklink": {
"type": "stdio",
"command": "uvx",
"args": [
"seeklink"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs