← Back to Plugins
MCP Server MCP

Sensegrep

github By github 👁 1 views ▲ 0 votes

Semantic + structural code search MCP server for AI-native development.

Homepage Verified source GitHub

Install

npx -y @sensegrep/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sensegrep/mcp",
      "version": "1.5.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root directory to index and search. Defaults to current working directory.",
          "format": "string",
          "name": "SENSEGREP_ROOT"
        },
        {
          "description": "Embeddings provider: gemini, openai, or bedrock.",
          "format": "string",
          "name": "SENSEGREP_PROVIDER"
        },
        {
          "description": "Required only when SENSEGREP_PROVIDER=gemini.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...