Remote, no-auth MCP server providing AI-powered codebase context and answers
Working with Devin
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:
SSE (Server-Sent Events) - /sse
https://mcp.deepwiki.com/sse
Streamable HTTP - /mcp
https://mcp.deepwiki.com/mcp
/sse
versionFor 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
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.
Model Context Protocol (MCP) MarketplaceDevin MCP
Analyzes, optimizes, and detects duplicates in codebases for Claude Code.
An MCP (Model Context Protocol) aggregator that allows you to combine multiple MCP servers into a single endpoint allowing to filter specific tools.
An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities.
Interact with TestRail's core entities such as test cases, runs, and results using a standardized protocol.
An MCP server for accessing YAPI interface details, configured via environment variables.
MCP Server to control and interact with Unity3d Game Engine for game development
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
Transforms Claude Desktop into a conversational development environment using distributed MCP servers.
Integrates with Ollama to run local large language models. Requires a running Ollama instance.
Search and access Laravel documentation from version 6.x onwards, with automatic daily updates.