Back to Home
deeprave icon

mcp-guide

Verified Safe

by deeprave

Overview

The MCP server provides project documentation and development guidance, enabling AI agents to manage project configuration (categories, collections, feature flags), access content, track workflow state, and interact with the filesystem in a secure manner. It also includes client context detection (like OpenSpec CLI presence) and dependency vulnerability checking.

Installation

Run Command
python -m mcp_guide.main

Environment Variables

  • MG_DEBUG
  • MG_DEBUG_PORT
  • MG_DEBUG_WAIT
  • MG_LOG_LEVEL
  • MG_LOG_FILE
  • MG_LOG_JSON
  • MCP_TOOL_PREFIX
  • MCP_INCLUDE_EXAMPLE_TOOLS
  • MCP_GUIDE_NAME
  • PWD
  • TMPDIR
  • TEMP
  • TMP

Security Notes

Comprehensive filesystem security is implemented with explicit read/write policies, path traversal prevention, and system directory blacklisting. External API calls (e.g., to osv.dev) are enforced to use HTTPS. No direct `eval()` usage or hardcoded secrets were observed. A specific tool (`set_filesystem_trust_mode`) exists that can explicitly disable all filesystem security, which is a potential risk if misused by an agent.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3500
Stars0
Forks0
Last Update2026-01-18

Tags

MCP serverAI agentproject managementdocumentationcontent managementworkflowfeature flagsfilesystem interactionsecurityvulnerability checking