Loading MCP server directory, please wait...
Verified coding workflows with planning, verification, bounded retries, evidence, and evolution.
npx @getmcp/cli add dev.minitok/minitokRequires Node.js 18+. Community-contributed server. Review source before installing.
MINITOK_MCP_AUTH_TOKEN_FILEOwner-only runtime token file created by minitok mcp connect; required for authenticated local MCP sessions.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.minitok/minitok": {
"command": "npx",
"args": [
"-y",
"@flotic/minitok",
"mcp",
"serve"
],
"env": {
"MINITOK_MCP_AUTH_TOKEN_FILE": "",
"MINITOK_MCP_SCOPES": "",
"MINITOK_SERVER_URL": ""
}
}
}
}