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
{
"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