DeepWiki by Devin
Remote, no-auth MCP server providing AI-powered codebase context and answers
Ads
Overview
> How to use the official DeepWiki MCP server The DeepWiki MCP server provides programmatic access to DeepWiki's public repository documentation and search capabilities (Ask Devin). 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. The DeepWiki MCP server is a free, remote, no-authentication-required service that provides access to public repositories.
Installation
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
Configuration
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/mcp"
}
}Capabilities
- List documentation topics
Ask for the available wiki topics for any public GitHub repo using `read_wiki_structure`.
- Read repository docs
Pull up the full documentation content for a GitHub repository with `read_wiki_contents`.
- Ask repo questions
Get AI-grounded answers to questions about any public repository via `ask_question`.
Tags
- coding-agent
- knowledge-retrieval
- documentation
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.