Back to Home
Blakeem icon

AI-Prompt-Guide-MCP

Verified Safe

by Blakeem

Overview

Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.

Installation

Run Command
node dist/index.js

Environment 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

Stats

Interest Score35
Security Score9
Cost ClassHigh
Avg Tokens25000
Stars4
Forks0
Last Update2025-11-27

Tags

AI AgentsProject ManagementWorkflow AutomationMarkdownCode Generation