mcp-deepwiki

Community

Explore GitHub repo docs with AI-guided DeepWiki

Authors-hiraoku
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides guidance for using the DeepWiki MCP server to explore GitHub repository documentation. It helps researchers, developers, and tech writers quickly understand repository structure, APIs, and documentation.

Core Features & Use Cases

  • Wiki structure exploration: Get a list of documentation topics for a repository.
  • Full wiki contents: View comprehensive documentation for a repository.
  • Question answering: Ask AI-powered questions about a repository's codebase and docs.

Quick Start

Use the DeepWiki MCP tools to inspect a repo, for example: mcp__deepwiki__read_wiki_structure({ repoName: "owner/repo" }) mcp__deepwiki__read_wiki_contents({ repoName: "owner/repo" }) mcp__deepwiki__ask_question({ repoName: "owner/repo", question: "How is the API structured?" })

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mcp-deepwiki
Download link: https://github.com/s-hiraoku/vscode-sidebar-terminal/archive/main.zip#mcp-deepwiki

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository