DeepWiki by Devin
officialRemote, no-auth MCP server providing AI-powered codebase context and answers
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt Use this file to discover all available pages before exploring further.
DeepWiki MCP
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).
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
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
Want DeepWiki capabilities for private repositories? Sign up for a Devin account at [Devin.ai](https://devin.ai/) and use the [Devin MCP server](/work-with-devin/devin-mcp) with your Devin API key.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
2ndOpinion
AI-to-AI code review platform — Claude, Codex, and Gemini cross-check each other via MCP, REST API, and CLI for consensus-based results.
MiniMax MCP JS
A JavaScript/TypeScript server for MiniMax MCP, offering image/video generation, text-to-speech, and voice cloning.
Polarion MCP Servers
MCP server for integrating with Polarion Application Lifecycle Management (ALM).
Quick Chart MCP Server
A server for creating charts and visualizations using the Quick Chart API.
MCP Gateway
A gateway to translate MCP tool calls into HTTP API requests, configurable via YAML.
Mezmo MCP
Mezmo's remote MCP server connects AI assistants to Mezmo's Observability platform so you can run advanced root-cause analysis, discover pipelines, and export logs without hosting anything yourself.
MKP
Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management.
Shell MCP Server
Executes secure shell commands with configurable directory, shell, and timeout validation.
Monad MCP Server
Interact with the Monad testnet, query blockchain data, and engage with the CoinflipGame smart contract.
Recon Chimera Scaffold
Scaffolds Chimera fuzzing test suites for Solidity smart contracts with invariant properties, handlers, and fuzzer configs