cursor-eod-mcp
Verified Safeby SackeyDavid
Overview
An MCP server that automates the generation and posting of end-of-day (EOD) status updates to Slack, including auto-summarization of Cursor workspace conversations.
Installation
npx -y @techhalo/cursor-eod-mcpEnvironment Variables
- SLACK_BOT_TOKEN
- SLACK_USER_TOKEN
- SLACK_DEFAULT_CHANNEL
- CURSOR_WORKSPACE_PATH
- WORKSPACE_PATH
Security Notes
Slack tokens are stored locally in an unencrypted JSON file (data/eod-mcp.json) if configured via the 'configure' tool, or expected as environment variables. This relies on file system permissions for security, which is a common practice for local tools but presents a vulnerability if the file system is compromised. No 'eval' or malicious code patterns were found. The use of `child_process.spawn` is limited to test files and does not pose a production risk.
Similar Servers
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
cursor-cloud-agent-mcp
This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.
slash-command-manager
A CLI tool and MCP server for generating and managing slash commands for various AI coding assistants, integrating with a Spec-Driven Development (SDD) workflow.