ratchet for Grok
io.github.iversonwuwei/ratchet
Read-only tools to inspect your agent setup: list MCP servers, flag unpinned ones, test a policy.
client:Grok
transport:stdio
runtime:oci
Install ratchet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ratchet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.1"
]
}
}
}
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