Skip to content
Windsurf

Unwritten for Windsurf

io.github.byggarepop/unwritten

Catches files and C# members you forgot to change, learned from your repo's git history

client:Windsurf transport:stdio runtime:nuget

Install Unwritten in Windsurf

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

{
  "mcpServers": {
    "unwritten": {
      "command": "dnx",
      "args": [
        "Unwritten",
        "--yes"
      ]
    }
  }
}

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

Unwritten in other clients