OmniSeek for Zed
io.github.battam1111/omniseek
Your agent seeks what search can't find. A self-hosted perception MCP server.
client:Zed
transport:stdio
runtime:pypi
Install OmniSeek in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"omniseek": {
"command": "uvx",
"args": [
"omniseek"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs