#438 · Primary category: AI Coding Assistants
deepwiki-mcp
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Project last updated:03/20/26
GitHub Stars
1.4K
Forks
81
Contributors
5
License
MIT
Why we included this project
Cursor and Claude Desktop users who keep asking the model to explain how a library works under the hood will get real mileage from this MCP server. Point it at a DeepWiki URL, or just give it an owner/repo pair, and it crawls the relevant pages, strips out navigation and ads, and hands the model clean Markdown it can actually read. That turns prompts like "how do I use gpt-image-1 with the Vercel AI SDK" into answers drawn from the project's own docs instead of whatever the model half-remembers from training. You can ask for one combined document or a set of pages, and tune crawl depth and concurrency. Fair warning: DeepWiki has since blocked scraping, so the maintainer says it may not work right now and points people to the official DeepWiki MCP server; the codebase is still a tidy example of how to structure an MCP tool if you want to build your own.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.