claude-todo-emulator
Verified Safeby joehaddad2000
Overview
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
Installation
uvx claude-todo-emulatorEnvironment Variables
- WORKSPACE_FOLDER_PATHS
Security Notes
The server primarily operates on local files within the detected workspace. It writes to a specific JSON file (.mcp-todos.json), updates .gitignore, and copies/prepends content to .cursor/rules/ and AGENTS.MD. Content written is static from package resources, not user-controlled input, reducing injection risks. While modifying project files automatically could be seen as a risk by some, it is explicitly documented and core to its functionality. No 'eval' or other highly dangerous functions are used.
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
vikunja-mcp
An MCP server enabling AI assistants to programmatically manage tasks, projects, and other entities within a Vikunja task management instance.
devcontext
DevContext is a Model Context Protocol (MCP) server designed to enhance the development experience by providing continuous, project-centric context awareness and learning from development patterns.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.