Unswell for VS Code
io.github.stokaro/unswell
Offline self-checking to reduce AI-style wording in source code and documentation.
client:VS Code
transport:stdio
runtime:oci
Install Unswell in VS Code
.vscode/mcp.json
{
"servers": {
"unswell": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/stokaro/unswell-mcp:0.1.0-alpha.4"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs