GenCodeDoc
@fkom13
About GenCodeDoc
Système de versioning intelligent et générateur de documentation, avec support CLI, API REST, et MCP.
Basic information
Category
Developer Tools
License
MIT
Runtime
python
Transports
stdio
Publisher
fkom13
Submitted by
Franck Martin
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gencodedoc": {
"command": "/path/to/poetry-venv/bin/python",
"args": [
"-m",
"gencodedoc.mcp.server_stdio"
],
"env": {
"PROJECT_PATH": "/path/to/your/target-project"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GenCodeDoc?
GenCodeDoc is a smart documentation generator and intelligent versioning system with full Model Context Protocol (MCP) support. It creates snapshots of codebases, generates Markdown documentation, and exposes its functionality through MCP for use by AI assistants like Claude and Gemini. It is designed for developers who need automated version tracking and documentation generation.
How to use GenCodeDoc?
Install GenCodeDoc via Poetry, then initialize a project with poetry run gencodedoc init --preset python. Create snapshots with poetry run gencodedoc snapshot create -m "Initial version", generate documentation with poetry run gencodedoc doc generate --limit 5000, and configure MCP integration by setting up the appropriate transport (stdio, SSE, or REST) in your AI assistant’s settings.
Key features of GenCodeDoc
- Smart snapshots with ~70% space savings via SHA256 deduplication
- Intelligent autosave with timer, diff, and hybrid modes
- Beautiful Markdown documentation with syntax highlighting and smart splitting
- Advanced diff with unified, JSON, and AST formats
- Efficient storage using zstd compression and SQLite
- Pre-configured presets for Python, Node.js, Go, and Web projects
- 26 MCP tools exposed via stdio, SSE, and REST transports
Use cases of GenCodeDoc
- Track code changes during development with snapshots and autosave
- Generate comprehensive, split Markdown documentation for a project
- Compare versions and restore files from any snapshot
- Integrate with AI assistants for version control and documentation generation via MCP
- Manage multiple projects simultaneously using MCP tools
FAQ from GenCodeDoc
What are the prerequisites for installing GenCodeDoc?
Python 3.10+ and Poetry (dependency manager) are required.
What MCP transport modes does GenCodeDoc support?
GenCodeDoc supports three transports: stdio (for Gemini CLI and custom scripts), SSE (for Claude Desktop and web UIs), and REST API (for any HTTP client).
How do I configure GenCodeDoc for Claude Desktop?
Start the SSE server on port 8000, then add the server configuration to Claude Desktop’s config file with the URL http://127.0.0.1:8000/mcp/sse.
How many MCP tools does GenCodeDoc provide and what categories?
GenCodeDoc provides 26 MCP tools across categories: Code Intelligence (3), Snapshot Management (11), Documentation (3), Project Management (2), Configuration (4), and Autosave (3).
Can I use GenCodeDoc with different project types?
Yes, GenCodeDoc offers pre-configured presets for Python, Node.js, Go, and Web projects.
More Developer Tools MCP servers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
test
prysmaticlabsGo implementation of Ethereum proof of stake
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments