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:
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
A natural language interface for cell-cell communication analysis using the Liana framework.
A proxy server that enables existing REST APIs to be used as Model Context Protocol (MCP) servers.
A minimal, containerized base for building MCP servers with the Python SDK, featuring a standardized Docker image and local development setup.
A collection of reference server implementations for the Model Context Protocol (MCP) using Typescript and Python SDKs.
Interact with ApostropheCMS, a Node.js-based content management system, to manage content snippets.
Enables secure, contextual AI interactions with Jenkins tools via the Model Context Protocol.
Interact with iOS simulators and devices using Facebook's iOS Development Bridge (idb).
Analyze images using OpenRouter's vision models. Requires an OpenRouter API key.
An MCP server for interacting with Juniper Junos network devices using LLMs.
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages