Sensegrep for Windsurf
io.github.stahldavid/sensegrep
Semantic + structural code search MCP server for AI-native development.
client:Windsurf
transport:stdio
runtime:npm
Install Sensegrep in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sensegrep": {
"command": "npx",
"args": [
"-y",
"@sensegrep/mcp"
],
"env": {
"SENSEGREP_ROOT": "<SENSEGREP_ROOT>",
"SENSEGREP_PROVIDER": "<SENSEGREP_PROVIDER>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs