Serversio.github.Stahldavid/sensegrep
S

Sensegrep

io.github.Stahldavid/sensegrep · v0.1.20
▦ npm
v0.1.20npm npm: @sensegrep/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Stahldavid/sensegrep",
  "description": "Semantic + structural code search MCP server for AI-native development.",
  "title": "Sensegrep",
  "repository": {
    "url": "https://github.com/Stahldavid/sensegrep",
    "source": "github"
  },
  "version": "0.1.20",
  "websiteUrl": "https://github.com/Stahldavid/sensegrep",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sensegrep/mcp",
      "version": "0.1.20",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root directory to index and search. Defaults to current working directory.",
          "format": "string",
          "name": "SENSEGREP_ROOT"
        },
        {
          "description": "Embeddings provider: local or gemini.",
          "format": "string",
          "name": "SENSEGREP_PROVIDER"
        },
        {
          "description": "Required only when SENSEGREP_PROVIDER=gemini.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}