DeepWiki by Devin
Remote, no-auth MCP server providing AI-powered codebase context and answers
Working with Devin
DeepWiki MCP
The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI apps to securely connect to MCP-compatible data sources and tools. You can think of MCP like a USB-C port for AI applications - a standardized way to connect AI apps to different services.
DeepWiki MCP Server
The DeepWiki MCP server is a free, remote, no-authentication-required service that provides access to public repositories. Base Server URL: https://mcp.deepwiki.com/
Available Tools
The DeepWiki MCP server offers three main tools:
read_wiki_structure- Get a list of documentation topics for a GitHub repositoryread_wiki_contents- View documentation about a GitHub repositoryask_question- Ask any question about a GitHub repository and get an AI-powered, context-grounded response
Wire Protocols
The DeepWiki MCP server supports two wire protocols:
Streamable HTTP - /mcp
- URL:
https://mcp.deepwiki.com/mcp - Works with Cloudflare, OpenAI, and Claude
- Recommended for most integrations
SSE (Server-Sent Events) - /sse
- URL:
https://mcp.deepwiki.com/sse - Legacy protocol, being deprecated
The /mcp endpoint is recommended as SSE is being deprecated.
Setup Instructions
For most clients (e.g. Windsurf, Cursor):
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/mcp"
}
}
}
For Claude Code:
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
Related Resources
- Devin’s MCP Marketplace
- Connecting remote MCP servers to Claude
- OpenAI’s docs for using the DeepWiki MCP server
- DeepWiki
- Ask Devin
Want DeepWiki capabilities for private repositories? Sign up for a Devin account at Devin.ai and use the Devin MCP server with your Devin API key.
MCP (Model Context Protocol) MarketplaceDevin MCP
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
uMCP (ultraMCP)
A lightweight Java framework for building MCP servers with TCP transport via mcp-java-bridge.
Code Context Provider MCP
Provides code context and analysis for AI assistants using WebAssembly Tree-sitter parsers.
DINO-X
Advanced computer vision and object detection MCP server powered by Dino-X, enabling AI agents to analyze images, detect objects, identify keypoints, and perform visual understanding tasks.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, featuring customizable tools and no authentication.
DocsFetcher
Fetches package documentation from various language ecosystems without requiring API keys.
SAP Documentation
Provides offline access to SAP documentation and real-time SAP Community content.
Deepseek Thinking & Claude 3.5 Sonnet
Combines DeepSeek's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication, allowing for custom tool integration.
Norce Assistant
Provides AI-powered knowledge and code examples for Norce Commerce development directly in your preferred AI environment.
Image Generation MCP Server
An MCP server for generating images using the Replicate API and the Flux model.