Skip to content
Windsurf

IWE for Windsurf

io.github.iwe-org/iwe

Markdown knowledge base as agent memory. Runs against the notes directory it is started in.

client:Windsurf transport:stdio runtime:npm

Install IWE in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "iwe": {
      "command": "npx",
      "args": [
        "-y",
        "@iwe-org/mcp"
      ]
    }
  }
}

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

IWE in other clients