DeepWiki by Devin
Remote, no-auth MCP server providing AI-powered codebase context and answers
Working with Devin
DeepWiki MCP
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
The /mcp endpoint is recommended as SSE is 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
- Devin’s MCP Marketplace
- Connecting remote MCP servers to Claude
- OpenAI’s docs for using the DeepWiki MCP server
- DeepWiki
- Ask Devin
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.
MCP (Model Context Protocol) MarketplaceDevin MCP
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Server with GitHub OAuth
An MCP server with built-in GitHub OAuth support, designed for deployment on Cloudflare Workers.
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.
Software Planning Tool
Facilitates software development planning through an interactive and structured approach.
Interactive Feedback MCP
An MCP server for interactive user feedback and command execution in AI-assisted development.
Qwen-Agent
A framework for developing LLM applications with capabilities like tool usage, planning, and memory, based on the Qwen model.
OpenMM MCP
AI-native crypto trading server with 13 tools for market data, order execution, grid strategies, and Cardano DeFi across multiple exchanges.
DeepView MCP
Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's 1M context window.
MCP SSE Launcher
A Python management system for MCP servers that wraps stdio-based servers as SSE endpoints and includes a web inspector for testing.
MCP Tools for Open WebUI
An MCP server for Open WebUI that provides tools for secure Python code execution, time, and SDXL image generation.
MCP Tree-sitter Server
A server for code analysis using Tree-sitter, with context management capabilities.