mcp-server-guide
Verified Safeby deeprave
Overview
An MCP server that centralizes AI agent instructions, documentation, and guidelines to support an iterative and phased software development cycle, ensuring structured, collaborative, and high-quality outcomes.
Installation
uv run mcp-server-guide --log-level "${MCP_LOG_LEVEL:-info}"Environment Variables
- MG_CONFIG
- MG_DOCROOT
- MG_LOG_LEVEL
- MG_LOG_FILE
- MG_LOG_CONSOLE
- MG_LOG_JSON
- MCP_LOG_LEVEL
- XDG_CACHE_HOME
- XDG_CONFIG_HOME
- APPDATA
- TERM_WIDTH
- HOME
- PWD
Security Notes
The project demonstrates a high level of security awareness. It employs robust URL validation to prevent SSRF attacks, path validation and sanitization to prevent path traversal and unsafe filenames, and enforces explicit actions for critical file system operations. The Kiro CLI integration scripts include shell-level allowlisting for paths and commands, combined with consent mechanisms, creating strong guardrails for agent interactions. Content size validation is also present. There are no obvious `eval()` or obfuscation patterns, nor hardcoded secrets.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.