OmniSeek for Grok
io.github.battam1111/omniseek
Your agent seeks what search can't find. A self-hosted perception MCP server.
client:Grok
transport:stdio
runtime:pypi
Install OmniSeek in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"omniseek": {
"type": "stdio",
"command": "uvx",
"args": [
"omniseek"
]
}
}
}
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