deepwiki-mcp  by regenrek

MCP server for fetching and converting Deepwiki content

created 3 months ago
874 stars

Top 42.0% on sourcepulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

This project provides an unofficial server for deepwiki.com, enabling users to fetch and process knowledge from the site into Markdown format for use in code editors like Cursor. It's designed for developers and researchers seeking to integrate up-to-date technical documentation into their workflows.

How It Works

The server crawls specified deepwiki.com URLs, sanitizes HTML content by removing non-essential elements like navigation and ads, and rewrites internal links for Markdown compatibility. It offers flexibility in output, allowing users to receive either a single aggregated Markdown document or structured data for individual pages, with configurable crawling depth and concurrency for performance.

Quick Start & Requirements

  • Install/Run: npx mcp-deepwiki@latest or npm install -g mcp-deepwiki
  • Prerequisites: Node.js, npm/npx.
  • Configuration: Can be integrated with MCP clients via .cursor/mcp.json or run directly via HTTP.
  • Docs: https://github.com/regenrek/mcp-deepwiki

Highlighted Details

  • Domain safety restricts crawling to deepwiki.com.
  • Supports "aggregate" (single document) and "pages" (structured data) output modes.
  • Configurable via environment variables for concurrency, timeouts, and retries.
  • Integrates as an MCP tool for seamless use with compatible clients.

Maintenance & Community

The project is maintained by regenrek. Links to X/Twitter and Bluesky are provided.

Licensing & Compatibility

MIT License. Permissive for commercial use and integration with closed-source projects.

Limitations & Caveats

The Docker deployment is noted as untested. Performance may vary based on repository size and network conditions, with timeouts and concurrency being adjustable parameters.

Health Check
Last commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
5
Star History
612 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Travis Fischer Travis Fischer(Founder of Agentic), and
1 more.

fastmcp by punkpeye

3.7%
2k
TypeScript framework for building MCP servers handling client sessions
created 7 months ago
updated 2 days ago
Feedback? Help us improve.