DeepWiki by Devin
chính thứcRemote, 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.Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
GitHub MCP Server
Repository analysis, issues, pull requests, and code structure exploration
MCP Hot-Reload
A Hot Module Replacement (HMR) proxy server for MCP servers that automatically restarts on file changes, buffers messages, and manages connections.
PyPI Query MCP Server
A server to query the Python Package Index (PyPI) for package information, dependencies, and compatibility.
Behavioural Prediction MCP
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.
Secure Agent Workspace
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
MCP Proxy Server
Aggregates multiple MCP resource servers into a single interface with stdio/sse support.
Tmux MCP Server
Provides persistent shell execution through tmux sessions.
graphql-to-mcp
Turn any GraphQL API into MCP tools. Auto-introspection, flat schemas.
ID Generator MCP
Generate unique IDs using various algorithms like UUID, CUID2, Nanoid, and ULID.
A11y MCP Server
Perform accessibility audits on webpages using the axe-core engine to identify and help fix a11y issues.