minitok for Grok
dev.minitok/minitok
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
client:Grok
transport:stdio
runtime:npm
Install minitok in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"minitok": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@flotic/minitok"
],
"env": {
"MINITOK_MCP_AUTH_TOKEN_FILE": "<MINITOK_MCP_AUTH_TOKEN_FILE>",
"MINITOK_MCP_SCOPES": "<MINITOK_MCP_SCOPES>",
"MINITOK_SERVER_URL": "<MINITOK_SERVER_URL>"
}
}
}
}
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