mcpbeat Sign in

sqry - Semantic Code Search MCP Server

by verivusoss-releases Your server? Claim it
local only

sqry - Semantic Code Search runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 3 Sep 2026.

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

Installs / week
not published
30
Stars
0 open issues
3 Sep 2026
Last commit
from GitHub
MIT
License
C

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart sqry-daemon/src/lifecycle/units/launchd.rs:86
pub const INSTALL_PATH: &str = "~/Library/LaunchAgents/ai.verivus.sqry.sqryd.plist";
Builds a database query by concatenation third-party/jobserver/.github/workflows/main.yml:19
          rustup toolchain install ${{ matrix.rust }} --no-self-update --profile minimal
          rustup default ${{ matrix.rust }}
Runs an external command sqry-vscode/src/binaryDownloader.ts:961
      execFileSync(binaryPath, ["--version"], { timeout: 10000 });
Builds a file path from a variable sqry-vscode/src/binaryDownloader.ts:952
    const binaryPath = path.join(binDir, platformInfo.binaryName);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/ci.yml:57
          GIT_CONFIG_GLOBAL="${RUNNER_TEMP}/gitconfig" git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to sqry - Semantic Code Search

same job, measured the same way
sqry - Semantic Code Search
by verivus-oss

AST-based semantic code search: 39 tools over 37 languages. Call tracing and impact analysis.

local only
Codegraph
by codegraph-ai

Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.

697 installs/wk local only
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
semhood
by ahmeedgamil

AST-based semantic code search; results ship with their call graph (calls + callers).

47 installs/wk local only
Codeweaver
by knitli

Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages.

142 installs/wk local only

sqry - Semantic Code Search — questions

Answers built from our own checks of this server.

Why is there no uptime for sqry - Semantic Code Search?
sqry - Semantic Code Search runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is sqry - Semantic Code Search open source?
Yes — it is published under the MIT licence, written in C and 30 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.