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
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcpc
A framework for building agentic Model Context Protocol (MCP) servers by composing existing MCP tools. It enables the creation of portable, interoperable AI agents with flexible execution modes and robust logging/tracing capabilities.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.