mcp-deepwiki

Installation
Summary

AI-powered documentation search and Q&A for GitHub repositories via DeepWiki.

  • Three command modes: ask natural-language questions about repository code and docs, browse wiki structure and topics, or read full documentation contents
  • Supports single or multiple repositories (up to 10) in a single query for comparative analysis
  • AI-generated answers are grounded in actual repository documentation, with minimum 1-minute timeout for response generation
  • Works with any public GitHub repository in owner/repo format
SKILL.md

DeepWiki

The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).

MCP Server URL: https://mcp.deepwiki.com/mcp

Ask Question (Recommended)

The tool's results are generated by AI, requiring at least 1 minute or more of timeout time.

  • npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"User's questions"

Read wiki structure

  • npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/repo

Read wiki contents

  • npx -y mcporter call "${MCP_URL}.read_wiki_contents" repoName:owner/repo
Related skills
Installs
1.2K
Repository
aahl/skills
GitHub Stars
126
First Seen
Feb 25, 2026