docweave

onurege3467/docweave
★ 0 stars Python AI/LLM Updated today
MCP server that analyzes Python source code via AST and generates structured markdown documentation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docweave": {
      "command": "uvx",
      "args": [
        "docweave"
      ]
    }
  }
}

Or install with pip: pip install docweave

README Excerpt

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/docweave-v0.1.0-blue?style=flat-square&labelColor=1a1a2e&color=00d4aa"> <img alt="DocWeave" src="https://img.shields.io/badge/docweave-v0.1.0-blue?style=flat-square&color=00d4aa"> </picture> **AST-powered documentation generator for AI agents.**