sqry - Semantic Code Search
Rank #2,334io.github.verivus-oss/sqry
AST-based semantic code search: 39 tools over 37 languages. Call tracing and impact analysis.
sqry - Semantic Code Search is a Model Context Protocol (MCP) server published by verivus-oss. It ranks #2,334 of 115,591 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. sqry - Semantic Code Search is listed across 2 registries — Official MCP and PulseMCP, with 9 tracked versions. It was first listed on Oct 26, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 113,257 of 115,591 servers on MCP Toplist.
Use sqry - Semantic Code Search
No credentials or required configuration declared — add it to your MCP client and go.
Published as package `sqry-mcp` — install it through your client’s extension manager.
claude mcp add sqry -- docker run -i --rm --mount "type=bind,src={source_path},dst=/workspace" ghcr.io/verivus-oss/sqry-mcp:v30.0.1Published as package `sqry-mcp` — install it through your client’s extension manager.
[mcp_servers.sqry]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={source_path},dst=/workspace", "ghcr.io/verivus-oss/sqry-mcp:v30.0.1"]Add to ~/.codex/config.toml.
Published as package `sqry-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"sqry": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/workspace",
"ghcr.io/verivus-oss/sqry-mcp:v30.0.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
Published as package `sqry-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"sqry": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/workspace",
"ghcr.io/verivus-oss/sqry-mcp:v30.0.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as package `sqry-mcp` — install it through your client’s extension manager.
{
"servers": {
"sqry": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/workspace",
"ghcr.io/verivus-oss/sqry-mcp:v30.0.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
Published as package `sqry-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"sqry": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/workspace",
"ghcr.io/verivus-oss/sqry-mcp:v30.0.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as package `sqry-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"sqry": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/workspace",
"ghcr.io/verivus-oss/sqry-mcp:v30.0.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.verivus-oss%2Fsqry)<a href="https://mcptoplist.com/server/io.github.verivus-oss%2Fsqry"><img src="https://mcptoplist.com/badge/io.github.verivus-oss%2Fsqry.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
verivus-oss
Other servers by verivus-oss
View all verivus-oss servers →Available versions (9)
| Version | Published |
|---|---|
| 30.0.1 | Aug 28, 2026 |
| 30.0.0 | Aug 19, 2026 |
| 15.0.6 | May 14, 2026 |
| 13.0.14 | May 8, 2026 |
| 13.0.13 | May 8, 2026 |
| 13.0.11 | May 8, 2026 |
| 6.0.18 | Apr 2, 2026 |
| 4.8.16 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains sqry - Semantic Code Search?
- sqry - Semantic Code Search is maintained by verivus-oss, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is sqry - Semantic Code Search listed on the Official MCP Registry?
- Yes — sqry - Semantic Code Search is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does sqry - Semantic Code Search have?
- MCP Toplist tracks 9 versions of sqry - Semantic Code Search, most recently published on Aug 28, 2026.
- Where can I find the source code for sqry - Semantic Code Search?
- The source code for sqry - Semantic Code Search is hosted at github.com/verivus-oss/sqry.