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.
Recommended: MCP Server
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 projectUpload Documentation
Upload my documentation files from ./cyborg-docsSync Changes
Sync my documentation changesLearn More
- MCP Server Overview - Full documentation
- MCP Installation - Setup guide
- Generate Docs - Generation workflow
- Upload Docs - Upload process
- Sync Docs - Keeping docs in sync
- Tools Reference - All available tools