Back to Home
mgrandau icon

docscope-mcp

Verified Safe

by mgrandau

Overview

MCP server for analyzing documentation quality across multiple programming languages and prioritizing improvements for AI-assisted code review and GitHub issue automation.

Installation

Run Command
python -m docscope_mcp.server

Security Notes

The system demonstrates strong security awareness. Python AST parsing includes configurable DoS protections (code size, AST depth, parse timeout). File path handling uses `PathSecurityValidator` to prevent path traversal and symlink escapes. The `create_issues.py` utility, which uses `subprocess` calls for `gh CLI`, implements robust input validation (`DANGEROUS_CHARS_REGEX`), checks for null bytes, enforces length limits, and writes issue bodies to temporary files to prevent shell injection. Subprocess calls are justified by explicit mitigation strategies.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1250
Stars0
Forks0
Last Update2026-01-14

Tags

code analysisdocumentation qualitymulti-languagedeveloper toolsAI assistantGitHub automationstatic analysis