Unwritten for Cursor
io.github.byggarepop/unwritten
Catches files and C# members you forgot to change, learned from your repo's git history
client:Cursor
transport:stdio
runtime:nuget
Install Unwritten in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unwritten": {
"type": "stdio",
"command": "dnx",
"args": [
"Unwritten",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs