Skip to content
Cursor

magpie search for Cursor

io.github.xfloukiex-lab/magpie-search

Federated local-first search across transcripts, files, KG, vectors and the web for AI agents.

client:Cursor transport:stdio runtime:pypi

Install magpie search in Cursor

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

{
  "mcpServers": {
    "magpie-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "magpie-search"
      ]
    }
  }
}

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

magpie search in other clients