AI-Prompt-Guide-MCP
Verified Safeby Blakeem
Overview
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
Installation
node dist/index.jsEnvironment Variables
- MCP_WORKSPACE_PATH
- DOCS_BASE_PATH
- ARCHIVED_BASE_PATH
- COORDINATOR_BASE_PATH
- WORKFLOWS_BASE_PATH
- GUIDES_BASE_PATH
- LOG_LEVEL
- REFERENCE_EXTRACTION_DEPTH
- ENABLE_WATCHER
- ENABLE_EXPERIMENTAL_FEATURES
Security Notes
The server heavily relies on local file system operations. Robust path sanitization, validation (e.g., `DANGEROUS_CHARS_REGEX`, `MAX_PATH_LENGTH`, `PATH_TRAVERSAL` checks), and a security audit logger (`SecurityAuditLogger`) are implemented in `src/fsio.ts` to mitigate path traversal and other file-related risks. No `eval` or direct network vulnerabilities found in core logic. `fetch` is used by documented tools (`fetch-markdown`, `fetch-raw-html`) which agents could potentially call. Internal use of `bypassValidation: true` in `fsio` is acceptable given prior path sanitization layers. The system's operation is confined to the local file system within a defined workspace.
Similar Servers
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
iron-manus-mcp
Orchestrates AI workflows with an 8-phase control flow and focused tools, acting as a Model Context Protocol (MCP) server for complex project management.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.
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.