deepwiki-mcp  by regenrek

MCP server for fetching and converting Deepwiki content

Created 4 months ago
1,002 stars

Top 37.3% 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 month ago

Responsiveness

1 day

Pull Requests (30d)
1
Issues (30d)
4
Star History
73 stars in the last 30 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Gregor Zunic Gregor Zunic(Cofounder of Browser Use), and
2 more.

airweave by airweave-ai

0.5%
3k
Semantic MCP server for AI agents
Created 8 months ago
Updated 16 hours ago
Feedback? Help us improve.