minitok for Cursor
dev.minitok/minitok
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
client:Cursor
transport:stdio
runtime:npm
Install minitok in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs