Loading...
Loading...
Query DeepWiki for repository documentation and structure. Use to understand open source projects, find API docs, and explore codebases.
npx skill4agent add johnlindquist/claude deepwikigithub.comdeepwiki.comgithub.com/vercel/next.jsdeepwiki.com/vercel/next.jsclaude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/sse"
}
}
}| Tool | Purpose |
|---|---|
| Get documentation topics/structure for a repo |
| Retrieve actual documentation content |
| Ask AI-powered questions about the repo |
# Fetch documentation overview
WebFetch https://deepwiki.com/owner/repo "Summarize the architecture"
# Example
WebFetch https://deepwiki.com/vercel/next.js "How does routing work?"mcp__deepwiki__read_wiki_structuremcp__deepwiki__read_wiki_contentsmcp__deepwiki__ask_questiongh api repos/owner/repo | jq '{description, language, topics, stars: .stargazers_count}'gh api repos/owner/repo/readme --jq '.content' | base64 -dgh api repos/owner/repo/git/trees/main?recursive=1 | \
jq -r '.tree[] | select(.type == "blob") | .path' | head -50https://mcp.deepwiki.com/ssehttps://mcp.deepwiki.com/mcp