Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety & Security
Evaluation
Meta
Core Concepts
Reasoning
Memory & Retrieval
Agent Types
Design Patterns
Training & Alignment
Frameworks
Tools
Safety & Security
Evaluation
Meta
DeepWiki is a free, AI-powered documentation platform created by Cognition Labs (the company behind the autonomous AI software engineer Devin) that automatically generates structured, wiki-style documentation for any GitHub repository. 1)
Launched on April 27, 2025, DeepWiki acts as a “Wikipedia of code,” allowing developers to replace “github.com” with “deepwiki.com” in any repository URL to instantly receive AI-generated documentation complete with architecture diagrams, navigation, and interactive Q&A capabilities. 2)
Cognition Labs, founded in August 2023 by competitive programmers Scott Wu, Steven Hao, and Walden Yan, first gained prominence with Devin, their autonomous AI software engineer, which was demoed in March 2024 and became generally available in December 2024. 3)
DeepWiki evolved from two internal Cognition tools: Devin Wiki and Devin Search, which were built to help developers quickly understand complex codebases. The public launch of DeepWiki made these capabilities freely available for all public GitHub repositories. 4)
To prepare for launch, Cognition pre-indexed over 50,000 of the top public GitHub repositories, reportedly spending more than $300,000 in compute costs to process over 4 billion lines of code. 5)
DeepWiki combines large language models with graph-style analysis of a repository's structure to extract key concepts, relationships, and workflows from source code, configuration files, and existing documentation. 6)
The system operates through several stages:
For private repositories, DeepWiki is integrated into the Devin platform and automatically indexes connected repos, refreshing documentation periodically. 8)
On May 22, 2025, Cognition launched the official DeepWiki Model Context Protocol (MCP) server, providing free programmatic access to DeepWiki's documentation and Q&A capabilities with no authentication required. 10)
The MCP server exposes three tools:
The server is available as an official Docker MCP catalog entry and can be integrated with AI assistants such as Claude Desktop, VS Code, and other MCP-compatible clients. OpenAI also published examples of using the DeepWiki MCP server with their API. 11)
Within two weeks of launch, teams at Google, Hugging Face, Perplexity, Accenture, and other companies had added DeepWiki links to their repositories, making it easier for developers to understand and contribute to their projects. 12)
DeepWiki has been used to document repositories ranging from small open-source utilities to massive enterprise codebases. Cognition reported that one banking client used Devin Wiki (the private version) to generate documentation across more than 400,000 internal repositories. 13)
The launch of DeepWiki inspired the creation of DeepWiki-Open, an open-source alternative created by AsyncFuncAI and released on April 30, 2025, just days after DeepWiki's announcement. 14)
DeepWiki-Open replicates the core concept using a Python/FastAPI backend and TypeScript/Next.js frontend, supporting multiple LLM providers including OpenAI, Google Gemini, and local models via Ollama. It supports GitHub, GitLab, and Bitbucket repositories and can be fully self-hosted. The project gained over 15,000 GitHub stars and attracted 70 contributors. 15)