documentation-assistant
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@documentation-assistantscan this project and create a README"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Documentation Assistant
A comprehensive MCP (Model Context Protocol) server that automatically analyzes Python codebases and generates professional documentation.
Features
Repository Scanning: Automatically discovers and analyzes Python files
Documentation Generation: Creates README, API docs, and setup guides
Interactive Help: Explains specific functions and classes
Dependency Tracking: Identifies all imports and packages
MCP Integration: Works seamlessly with Claude Desktop
Related MCP server: Documentation MCP Server
Quick Start
Installation
Clone the repository:
git clone https://github.com/YOUR_USERNAME/documentation-assistant.git
cd documentation-assistantCreate virtual environment:
python -m venv venv
# On Windows:
venv\Scripts\activate
# On Mac/Linux:
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtConfiguration
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"documentation-assistant": {
"command": "python",
"args": ["/absolute/path/to/doc_assistant_mcp.py"]
}
}
}Available Tools
scan_repository- Analyze Python files in a directorygenerate_readme- Create comprehensive READMEgenerate_api_docs- Generate API documentationgenerate_setup_guide- Create setup instructionsexplain_code- Explain specific functions/classeslist_dependencies- Show all project dependencies
Documentation
Integration Guide - Complete setup instructions
API Documentation - Generated example docs
Setup Guide - Installation and configuration
Conversation Logs - Usage examples
Project Summary - Technical details
Testing
Run the test suite:
python test_client.pyRequirements
Python 3.8+
MCP SDK
Dependencies listed in requirements.txt
License
MIT License
Contributing
Contributions welcome! Please read the contributing guidelines first.
Support
For issues or questions, please open an issue on GitHub.
Author
Lubaina - lubainahumayoun@gmail.com
Acknowledgments
Built with MCP (Model Context Protocol)
Uses Python AST for code analysis
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot.
Versioned documentation registry and semantic search for AI tools and coding assistants.
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
Related MCP Servers
- AlicenseAqualityBmaintenanceGenerates professional documentation for multi-language codebases with deep AST-based code analysis, supporting Docusaurus, MkDocs, and Sphinx frameworks. Includes API documentation generation, PDF export, OpenAPI spec generation, and sales-ready documentation for code marketplaces.9MIT
- AlicenseAqualityBmaintenanceGenerates professional documentation for multi-language projects with deep code analysis, supporting frameworks like Docusaurus, MkDocs, and Sphinx, including API docs, PDF export, and OpenAPI specifications.9MIT
- AlicenseAqualityDmaintenanceAutomatically analyzes codebases and generates beautiful Mintlify-style documentation with API references, code examples, and changelogs. Keeps documentation synchronized with code changes across multiple programming languages.81MIT
- AlicenseNot gradedqualityDmaintenanceGenerates comprehensive documentation (architecture overview, dependency graph, API surface, and README) for any codebase locally without external APIs.111MIT