deepwiki-mcp
DeepWiki MCP server for AI-powered GitHub repository documentation and Q&A
npx skills add majiayu000/claude-skill-registry --skill deepwiki-mcp-plurigrid-asi-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# DeepWiki MCP Skill > AI-powered documentation and Q&A for any public GitHub repository **Version**: 1.0.0 **Trit**: 0 (Ergodic - coordinates knowledge retrieval) **Bundle**: research **Provider**: Cognition (Devin AI) - Official, Free, No Auth Required ## Overview DeepWiki MCP provides programmatic access to AI-generated documentation for any public GitHub repository indexed on [DeepWiki.com](https://deepwiki.com/). It enables: 1. **Wiki Structure**: Get table of contents for any repo's documentation 2. **Wiki Contents**: Read AI-generated documentation for specific topics 3. **Ask Questions**: Get AI-powered answers grounded in repository context ## Server Configuration ### Base URL ``` https://mcp.deepwiki.com/ ``` ### Wire Protocols | Protocol | URL | Best For | |----------|-----|----------| | **SSE** | `https://mcp.deepwiki.com/sse` | Claude, most clients | | **Streamable HTTP** | `https://mcp.deepwiki.com/mcp` | OpenAI, Cloudflare, Amp | ## Tools ### 1. `read_wiki_structure` Get the documentation topic tree for a GitHub repository. ```json { "tool": "read_wiki_structure", "params": { "repo_owner": "AlgebraicJulia", "repo_name": "ACSets.jl" } } ``` Returns: List of documentat
- Overview
- Server Configuration
- Base URL
- Wire Protocols
- Tools
- 1. readwikistructure
- 2. readwikicontents
- 3. askquestion
- Client Configuration
- Amp / Codex (.mcp.json)
- Claude Desktop
- Claude Code (CLI)
- Cursor / Windsurf
- GF(3) Triad Integration
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
What does the deepwiki-mcp skill do?
DeepWiki MCP server for AI-powered GitHub repository documentation and Q&A
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill deepwiki-mcp-plurigrid-asi-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
