workflow-hints
cursor-workflow-hints-mcp
MCP + CLI para recordatorios de flujo en Cursor: estado local, nudges al agente, toasts Windows y contadores diarios (sesiones, edits, MCP, Plans).
Herramienta generica para equipos que usan Cursor. Nombre del servidor en Cursor: workflow-hints.
Requisitos
Node.js 20+
Windows (toasts; el core funciona sin notificaciones)
Cursor con hooks y MCP habilitados
Instalacion
cd <ruta-al-repo>
npm ci
npm run build
powershell -ExecutionPolicy Bypass -File .\hooks-bridge\Install-Cursor.ps1 -ReplaceLegacyWorkflowHints-ReplaceLegacyWorkflowHints quita entradas legacy de otros packs en hooks.json (opcional).
Reinicia Cursor. Verifica Settings → MCP (workflow-hints) y Settings → Hooks.
CLI (hooks)
node dist/cli.js record --event session_start --conversation-id <id>
node dist/cli.js record --event file_edit --conversation-id <id> --path <abs>
node dist/cli.js morning-check --force
node dist/cli.js summary
node dist/cli.js context
node dist/cli.js dismiss --type allMCP tools
Tool | Descripcion |
| Registra evento y devuelve nudge |
| Resumen para el agente |
| Contadores estructurados |
| Umbrales y toasts |
| Silenciar por tipo o todo el dia |
Resource: hints://today
Estado local
%USERPROFILE%\.cursor\workflow-hints\
state.json— dia, contadores, conversacionesconfig.json— umbrales (se crea al editar preferencias)stack-hints.json— hints opcionales por patron de ruta (verconfig/stack-hints.example.json)
Migracion automatica desde %USERPROFILE%\.cursor\pipol-hints\ y %USERPROFILE%\.cursor\workflow-hints-state.json si existen.
Tareas programadas (Windows)
Tarea | Cuando |
| Al iniciar sesion (Startup) |
| Diario 9:00 |
| Diario 10:30 si no hubo uso |
Acceso directo en Escritorio: Cursor - Iniciar jornada
Tests
npm test
powershell -ExecutionPolicy Bypass -File .\test\Test-WorkflowHints.ps1Desinstalacion
powershell -ExecutionPolicy Bypass -File .\hooks-bridge\Uninstall-ScheduledTasks.ps1Quitar
workflow-hintsde~/.cursor/mcp.jsonQuitar entradas
hooks/workflow-hints/de~/.cursor/hooks.jsonBorrar
~/.cursor/hooks/workflow-hints/(opcional)Borrar
~/.cursor/workflow-hints/(opcional)
Variables de entorno
WORKFLOW_HINTS_DATA_DIR — directorio alternativo para state/config.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PradellaNicolas/cursor-workflow-hints-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server