Back to Home
Akshay1018 icon

mcp-codedoc

Verified Safe

by Akshay1018

Overview

AI-powered tool for automated code documentation, quality auditing, refactoring, and security scanning within a local development environment.

Installation

Run Command
uvx --refresh --from git+https://github.com/akshay1018/mcp-codedoc.git codedoc

Security Notes

The `generate_smart_doc` function can potentially read arbitrary local files if an absolute path is provided for `file_path`. The `refactor_and_optimize`, `evaluate_and_refactor`, and `predict_impact` functions, while employing aggressive path resolution, are primarily constrained to the project root. The `global_security_audit` function performs local regex-based scanning for secrets, which is safe. No `eval` or direct network exfiltration is observed. The server's file system interaction is inherent to its functionality as a local development agent, but the direct use of user-provided `file_path` without explicit `realpath` and path-in-root checks for reading presents a moderate risk if the calling AI/IDE does not sufficiently sanitize input.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens2000
Stars0
Forks1
Last Update2026-01-18

Tags

Code QualityAI AssistantRefactoringDocumentationSecurity Audit