Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides an MCP server for automatically analyzing code repository structures and generating comprehensive documentation for code projects. It uses Repomix to extract project structure an
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-code-doc-gen-mcp-server": {
"command": "uvx",
"args": [
"awslabs.code-doc-gen-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for the FastMCP server.>"
}
}
}
}{
"id": "aws-code-doc-gen-mcp-server",
"name": "AWS Code Doc Gen",
"description": "This package provides an MCP server for automatically analyzing code repository structures and generating comprehensive documentation for code projects. It uses Repomix to extract project structure an",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/code-doc-gen-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 51406,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.code-doc-gen-mcp-server"
},
"tools_count": 4
}