Skip to content
Windsurf

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

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

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

Sensegrep in other clients