Skip to content
Grok

sqry - Semantic Code Search for Grok

io.github.verivusoss-releases/sqry

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

client:Grok transport:stdio runtime:oci

Install sqry - Semantic Code Search in Grok

.mcp.json (in your project root)

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

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

sqry - Semantic Code Search in other clients