Autodocument MCP ServerServer

PARS-DOE
GitHub
DocumentationCode AnalysisDeveloper Tools

Loading subscription status...

💡 Description

An MCP (Model Context Protocol) server that automatically generates documentation for code repositories by analyzing directory structures and code files using the OpenRouter API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "autodocument": {
        "env": {
          "OPENROUTER_API_KEY": "your-api-key-here"
        },
        "args": [
          "/path/to/autodocument/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

generate_documentationautotestplanautoreview

Features

  • Smart Directory Analysis
  • Git Integration
  • AI-Powered Documentation
  • Test Plan Generation
  • Code Review
  • Highly Configurable

💬 Example Queries

  • Please generate documentation for my project at /path/to/my/project
  • Please create a test plan for my project at /path/to/my/project
  • Please review the code in my project at /path/to/my/project