Sqry Alternatives
Similar projects and alternatives to sqry
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
SkillSpector
Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, security risks, prompt injection, data exfiltration, and supply-chain risks in Claude Code, Codex, and MCP skills before you install them.
-
llm-cli-gateway
MCP server providing unified access to Claude Code, Codex, Gemini, Grok and Mistral CLIs with session management, retry logic, and async job orchestration.
-
hypergrep
A better grep for AI agents. Structural search, call graphs, impact analysis, semantic compression. 87% fewer tokens. 16 languages. Built in Rust. (by marjoballabani)
-
-
-
-
probe
AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding. (by probelabs)
sqry discussion
sqry reviews and mentions
-
Hardening API Scan Boundaries in skill-scanner, with sqry as the Review Map
The tool that changed the review was sqry, version 20.0.5. sqry uses "semantic" in the compiler sense, it parses code into ASTs, builds a graph of symbols and relationships, and answers structural questions from that graph. It is not an embedding search tool, and it is not just grep with better ranking.
-
3 AIs Reviewed the Same Codebase. They Disagreed on 2 Findings. That is the Point.
sqry is our AST-based code analysis tool. We wrote about it in The Code Question grep Can't Answer. It parses code structurally, building function signatures, call graphs, and dependency relationships, and exposes them through an MCP server. sqry gave the reviewers a structural map of 40 Python source files containing 5,499 symbols and 7,277 edges.
Stats
verivus-oss/sqry is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sqry is C.