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:
SSE (Server-Sent Events) - /sse
- URL:
https://mcp.deepwiki.com/sse - The official MCP specification version
- Supported by Claude
- Recommended for most integrations
Streamable HTTP - /mcp
- URL:
https://mcp.deepwiki.com/mcp - Newer protocol, works with Cloudflare and OpenAI
- Also supports the legacy
/sseversion
For maximum compatibility, try the SSE endpoint at /sse first.
Setup Instructions
For most clients (e.g. Windsurf, Cursor):
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/sse"
}
}
}
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
MCP Expert Server
An MCP server for query generation and documentation assistance using Claude AI.
AGS MCP Server
Manipulate Adventure Game Studio (AGS) compiled room (.crm) files to enable AI-powered game development.
UIAutomator2 MCP Server
Automate and control Android devices using the UIAutomator2 framework.
CocoaPods Package README
Retrieve README files and package information from CocoaPods.
ZeroPath MCP Server
Interact with your product security findings using natural language.
EndOfLife.date
Get end-of-life dates and support cycle information for various software products.
FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.
refactor-mcp
Refactor code using regex-based search and replace.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Matter AI
Provides advanced code review, implementation planning, and pull request generation using Matter AI.