ai-project-docs-mcp
Verified Safeby GleidsonFerSanP
Overview
Intelligent context management for AI assistants, providing persistent project memory, comprehensive documentation, architectural contracts, coding patterns, and focused session tracking to enhance AI's understanding and consistency across development tasks.
Installation
node dist/index.jsEnvironment Variables
- HOME
- USERPROFILE
- PWD
Security Notes
The server performs extensive file system operations (read, write, delete, scan directories) based on paths potentially derived from AI-provided input (e.g., `project_path` for `scan_project`, `file_path` for `manage_documentation`). While path construction uses `path.join` and `ProjectManager` attempts to resolve project roots, there's a moderate risk if these inputs are not robustly sanitized against directory traversal attacks (`../`) or absolute paths that could allow an AI to read, write, or delete files outside intended project or global configuration directories. No `eval` or direct code execution from arbitrary strings is observed, and no hardcoded secrets or network exposure beyond stdio communication.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.