minitok for Windsurf
dev.minitok/minitok
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
client:Windsurf
transport:stdio
runtime:npm
Install minitok in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs