minitok for Cline
dev.minitok/minitok
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
client:Cline
transport:stdio
runtime:npm
Install minitok in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs