Skip to content
Zed

Sensegrep for Zed

io.github.stahldavid/sensegrep

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

client:Zed transport:stdio runtime:npm

Install Sensegrep in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sensegrep": {
      "command": "npx",
      "args": [
        "-y",
        "@sensegrep/mcp"
      ],
      "env": {
        "SENSEGREP_ROOT": "<SENSEGREP_ROOT>",
        "SENSEGREP_PROVIDER": "<SENSEGREP_PROVIDER>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Sensegrep in other clients