devplan-mcp-server
Verified Safeby mmorris35
Overview
Generate detailed, Haiku-executable development plans and specialized AI agents for Claude Code, incorporating lessons learned and issue remediation workflows.
Installation
npm run devEnvironment Variables
- AUTH_ENABLED
- FREE_TIER_LIMIT
- SESSION_INACTIVITY_TTL_DAYS
- SESSION_ABSOLUTE_TTL_DAYS
- CLEANUP_CHECK_HOURS
Security Notes
The server includes authentication (API key validation, rate limiting) which is good, but `AUTH_ENABLED` defaults to `false` in `wrangler.toml`, meaning it's open-access unless explicitly configured. The `createApiKey` admin function is not exposed as a public endpoint, mitigating a potential risk. IP addresses are hashed for privacy-preserving usage tracking. Cloudflare bot detection is used for MCP endpoints. Overall, robust security features are available, but deployment requires careful configuration of the `AUTH_ENABLED` variable.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.