Back to Home
GleidsonFerSanP icon

ai-project-docs-mcp

Verified Safe

by 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

Run Command
node dist/index.js

Environment 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

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-16

Tags

AIContext ManagementDocumentationKnowledge BaseCoding AgentsArchitectural PatternsSession Management