Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

minitok in other clients