Skip to content
Cursor

OmniSeek for Cursor

io.github.battam1111/omniseek

Your agent seeks what search can't find. A self-hosted perception MCP server.

client:Cursor transport:stdio runtime:pypi

Install OmniSeek in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "omniseek": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omniseek"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OmniSeek in other clients