Agent skill · Backend & API

deepwiki-mcp

DeepWiki MCP server for AI-powered GitHub repository documentation and Q&A

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/deepwiki-mcp-plurigrid-asi-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Server Configuration
  3. Base URL
  4. Wire Protocols
  5. Tools
  6. 1. readwikistructure
  7. 2. readwikicontents
  8. 3. askquestion
  9. Client Configuration
  10. Amp / Codex (.mcp.json)
  11. Claude Desktop
  12. Claude Code (CLI)
  13. Cursor / Windsurf
  14. GF(3) Triad Integration
Ships with 1 file
  • metadata.json
Commands it runs
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
More from claude-skill-registry
All skills →
About this skill
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.

Keep going