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
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
mcp-ai-agent-guidelines
A comprehensive framework for building, orchestrating, and validating AI agents and their design processes, with a strong focus on code quality, security, and prompt engineering.