← Back to Plugins
MCP Server MCP

sqry - Semantic Code Search

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "sqry-mcp",
      "version": "30.0.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the MCP server standalone, skipping the optional sqryd daemon probe",
          "type": "named",
          "name": "--no-daemon"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the repository sqry should index and search",
          "format": "filepath",
          "name": "SQRY_MCP_WORKSPACE_ROOT"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/verivus-oss/sqry-mcp:v30.0.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Bind mount the host workspace into the container",
          "isRequired": true,
          "value": "type=bind,src={source_path},dst=/workspace",
          "variables": {
            "source_path": {
              "description": "Workspace path on the host",
              "isRequired": true,
              "format": "filepath"
            }
          },
          "type": "named",
          "name": "--mount"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo oci

Comments

Sign in to leave a comment

Loading comments...