priority-forge
Verified Safeby Unobtainiumrock
Overview
An AI-powered task prioritization server that learns from user decisions to organize cross-project tasks for AI coding assistants.
Installation
npm run devEnvironment Variables
- PORT
Security Notes
CORS is configured to allow '*' (any origin), which is generally insecure for publicly exposed applications but common for local development. Data is stored in plain JSON files on the local filesystem, which might be a concern for highly sensitive data or multi-user environments without proper filesystem permissions. Input validation is present in routes and MCP tool handlers for required fields and enum values, but extensive sanitization against injection attacks (e.g., in notes fields) is not explicitly implemented. Given its local, single-user context, these risks are mitigated for its intended use.
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.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
Teamwork-MCP
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.