
Gencodedoc
Version code snapshots and generate structured documentation from the repo via MCP while you ship features.
Overview
GencodeDoc is an MCP server for the Build phase that combines code versioning with intelligent documentation generation accessible via CLI, API, and MCP.
What is this MCP server?
- Intelligent documentation generation tied to code versioning workflows
- Same capabilities via CLI, REST API, and MCP stdio (PyPI package gencodedoc v2.0.1)
- Fits agent-driven doc updates without leaving the coding session
- French-first project description; protocol surface is language-agnostic
- Server version 2.0.1
- Supports CLI, REST API, and MCP stdio
- PyPI identifier: gencodedoc
What problem does it solve?
Your repo changes faster than your docs, and manually versioning code snapshots alongside documentation is tedious.
Who is it for?
Solo developers who want MCP-triggered doc refreshes and version-aware documentation from an existing codebase.
Skip if: Builders who only need one-off blog posts or launch copy with no tie to source structure or versioning.
What do I get? / Deliverables
After install, your agent can drive versioning and doc generation pipelines so documentation stays aligned with the current code.
- Version-aware documentation artifacts generated from code
- Agent-invokable doc and versioning operations via MCP
Recommended MCP Servers
Journey fit
Documentation and code lineage belong on the build shelf where solo builders keep READMEs and API docs aligned with the product. Docs subphase is the primary home for tooling that generates or maintains project documentation from source.
How it compares
Doc-and-version automation MCP, not a brainstorming or writing-plans methodology skill.
Common Questions / FAQ
Who is GencodeDoc for?
Developers and indie builders who maintain technical docs in sync with code and use MCP-capable agents.
When should I use GencodeDoc?
Use it during build when you are updating libraries, APIs, or internal docs and want versioning plus generated documentation from the repo.
How do I add GencodeDoc to my agent?
Install the gencodeDoc package from PyPI (v2.0.1), configure the stdio MCP server in your agent, and use CLI or REST if you need non-agent workflows.