Skip to content

Documentation Generation

Deprecated

The standalone CLI tool approach has been replaced by the Cyborg MCP Server, which provides a better developer experience directly in Claude Code and Cursor.

The Cyborg MCP Server is the recommended way to generate and manage documentation:

  • AI-Powered: Interactive documentation generation with Claude
  • IDE Integration: Works directly in Claude Code and Cursor
  • Smart Sync: Only uploads changed files
  • State Tracking: Automatic version and sync management

Quick Setup

Add to your ~/.claude/mcp.json:

json
{
  "mcpServers": {
    "cyborg": {
      "command": "npx",
      "args": ["@cyborg-sdk/mcp"],
      "env": {
        "CYBORG_PUBLISHABLE_KEY": "your-api-key"
      }
    }
  }
}

Generate Documentation

In Claude Code or Cursor:

Generate documentation for my project

Upload Documentation

Upload my documentation files from ./cyborg-docs

Sync Changes

Sync my documentation changes

Learn More

Built with VitePress