Skip to content
Cursor

Embgrep for Cursor

io.github.arknill/embgrep

Local semantic search — embedding-powered grep for files, zero external services.

client:Cursor transport:stdio runtime:pypi

Install Embgrep in Cursor

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

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

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

Embgrep in other clients