Unswell for Cursor
io.github.stokaro/unswell
Offline self-checking to reduce AI-style wording in source code and documentation.
client:Cursor
transport:stdio
runtime:oci
Install Unswell in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unswell": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/stokaro/unswell-mcp:0.1.0-alpha.4"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs