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