Skip to content
Windsurf

robrain for Windsurf

io.github.adelinamart/robrain

Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.

client:Windsurf transport:stdio runtime:npm

Install robrain 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": {
    "robrain": {
      "command": "npx",
      "args": [
        "-y",
        "robrain"
      ],
      "env": {
        "PERCEPTION_API_URL": "<PERCEPTION_API_URL>",
        "PERCEPTION_API_KEY": "<PERCEPTION_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

robrain in other clients