Skip to content
Cursor

sqry - Semantic Code Search for Cursor

io.github.verivusoss-releases/sqry

AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis

client:Cursor transport:stdio runtime:oci

Install sqry - Semantic Code Search in Cursor

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

{
  "mcpServers": {
    "sqry": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/verivus-oss/sqry:4.8.16"
      ]
    }
  }
}

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

sqry - Semantic Code Search in other clients