agile-planner-mcp-server
Verified Safeby cyberlife-coder
Overview
Generates agile project artifacts (epics, features, user stories) using AI, compatible with various LLMs and IDEs like Windsurf, Claude, and Cursor.
Installation
npx agile-planner-mcp-serverEnvironment Variables
- OPENAI_API_KEY
- GROQ_API_KEY
- MCP_EXECUTION
- AGILE_PLANNER_OUTPUT_ROOT
Security Notes
The server sanitizes user-provided input for file and directory names using `createSlug` and `sanitizeFileName` before file system operations, mitigating path traversal and injection risks. API keys are loaded from environment variables (e.g., OPENAI_API_KEY, GROQ_API_KEY) and not hardcoded. Network calls are exclusively to trusted LLM APIs. Stdin/stdout communication in MCP mode includes JSON parsing with error handling. Overall, good practices are in place for input/output handling and API key management.
Similar Servers
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
consult-user-mcp
Enables AI agents (like Claude) to interact with users through native macOS dialogs (confirmation, choice, text input) or a PWA for push notifications and responses.
gemini-daily-mcp-compressed
Provides a token-optimized API server for integrating Google Gemini CLI with applications like Claude, focusing on reducing tool schema overhead for cost efficiency.