DeepWiki by Devin
Visit ProjectRemote, no-auth MCP server providing AI-powered codebase context and answers.
Visit ProjectCategory
Tags
What is DeepWiki MCP?
DeepWiki MCP is a remote, no-authentication MCP server that provides AI-powered codebase context and answers, offering programmatic access to DeepWiki's repository documentation and search capabilities via the Model Context Protocol (MCP). MCP is an open standard for connecting AI apps to data sources and tools, similar to how USB-C connects devices.
How to use DeepWiki MCP?
To use the DeepWiki MCP server, send requests to the available tools using one of the supported wire protocols:
- Connect to the server via SSE (Server-Sent Events) at
https://mcp.deepwiki.com/sse
or Streamable HTTP athttps://mcp.deepwiki.com/mcp
. - Use the available tools (
read_wiki_structure
,read_wiki_contents
,ask_question
) to access repository documentation and get AI-powered responses. - For best compatibility, prefer the SSE endpoint
/sse
.
Key features of DeepWiki MCP?
- Three main tools:
read_wiki_structure
,read_wiki_contents
, andask_question
for repository documentation and AI-powered answers. - Two wire protocols: SSE and Streamable HTTP for different use cases and compatibility.
- No authentication required: Free and open access to the MCP server.
- AI-powered search: Context-aware responses for GitHub repositories.
- DeepWiki integration: Tightly coupled with Devin's documentation (Devin Wiki) and search features (Ask Devin).
Use cases of DeepWiki MCP?
- Developer onboarding: Quickly get repository documentation for fast contextual understanding.
- Codebase exploration: Query and navigate unfamiliar codebases with AI assistance.
- Automated documentation: Build integrations to fetch or process documentation programmatically.
- AI-powered search: Enable AI to answer specific questions about a repository with context-aware responses.
- Productivity tools: Integrate repository knowledge into custom AI-powered tools or workflows.
FAQ from DeepWiki MCP?
- Is the DeepWiki MCP server free?
Yes, it's free to use with no authentication required.
- What wire protocol should I use?
The SSE endpoint (
/sse
) is recommended for most integrations.
- Can I use DeepWiki MCP for private repositories?
No, private repositories require a Devin account
- What is the base server URL?
The base URL is
https://mcp.deepwiki.com/
for accessing the MCP server.
DeepWiki MCP - Devin Docs
===============
Search...
Ctrl K Ask AI
Search...
Navigation
Working with Devin
DeepWiki MCP
DocumentationPrompts & TutorialsAPI ReferenceRelease NotesEnterprise
Get Started
Essential Guidelines
Onboarding Devin
Working with Devin
Product Guides
- Knowledge
- Secrets & Site Cookies
- Interactive Browser
- Creating Playbooks
- Using Playbooks
- Deployments
- Invite your Team
- Importing Code Settings
Integrations
- GitHub Integration Guide
- Slack Integration Guide
- GitLab Integration (Beta)
- Azure DevOps Integration
- Bitbucket Integration (Beta)
- Linear Integration Guide
- Jira Integration Guide
Admin
Working with Devin
DeepWiki MCP
How to use the official DeepWiki MCP server.
The DeepWiki MCP server provides programmatic access to DeepWiki’s repository documentation (Devin Wiki) 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.
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
/sse
version
For maximum compatibility, try the SSE endpoint at /sse
first.
Related Resources
- Connecting remote MCP servers to Claude
- OpenAI’s docs for using the DeepWiki MCP server
- DeepWiki
- Devin Wiki
- Ask Devin
Want DeepWiki capabilities for private repositories? Sign up for a Devin account at Devin.ai
Assistant
Responses are generated using AI and may contain mistakes.
On this page