Skip to content
Windsurf

ctxfile for Windsurf

dev.ctxfile/ctxfile

Local-first MCP server that snapshots your project's working state into one context object.

client:Windsurf transport:stdio runtime:npm

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

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

ctxfile in other clients