microsoft-mcp-doc-generation
Verified Safeby diberry
Overview
Generates comprehensive markdown documentation and AI-generated example prompts for Azure MCP server tools.
Installation
./run-docker.shEnvironment Variables
- FOUNDRY_API_KEY
- FOUNDRY_ENDPOINT
- FOUNDRY_MODEL_NAME
- FOUNDRY_MODEL_API_VERSION
Security Notes
The system primarily processes local files and interacts with trusted Microsoft services (Azure OpenAI, Azure MCP repository, npm @azure/mcp package). Sensitive API keys are handled via environment variables or .env files, which are correctly masked in logs. Docker containers are configured to run as a non-root user, enhancing security by preventing root-owned files on the host system. No 'eval', obfuscation, or obvious malicious patterns were found. The primary external dependency is the Microsoft/MCP repository cloned into Docker, which is assumed to be trusted.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mcp-server-dump
A command-line tool to extract, analyze, and document the capabilities (tools, resources, prompts) of MCP (Model Context Protocol) servers in various formats, including Markdown, JSON, HTML, PDF, and Hugo sites.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.