minitok for Zed
dev.minitok/minitok
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
client:Zed
transport:stdio
runtime:npm
Install minitok in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"minitok": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs