Unswell for Grok
io.github.stokaro/unswell
Offline self-checking to reduce AI-style wording in source code and documentation.
client:Grok
transport:stdio
runtime:oci
Install Unswell in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unswell": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/stokaro/unswell-mcp:0.1.0-alpha.4"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs