DeepWiki
DeepWiki provides conversational, up-to-date documentation for public GitHub repositories.
Connection specification
- Remote endpoint
https://mcp.deepwiki.com- Live-validated endpoint
https://mcp.deepwiki.com/mcp- Browser access
- Direct browser connection verified
- Declared MCP transport
- Streamable HTTP
- Live-validated MCP transport
- Streamable HTTP — Observed by the latest catalog validation
- Declared authentication
- No authentication
- Detected authentication
- No authentication detected or retained from publisher evidence
- Protocol lifecycle
- Stateful MCP · 2025-11-25
- Category
- Documentation
Product documentation · Official listing documentation
Browse all MCP servers · Test this endpoint in the MCP Playground
Connect this server to your client
Claude Code setup
Run in a terminal. This user-scoped entry is available across projects.
claude mcp add --transport http --scope user 'deepwiki' 'https://mcp.deepwiki.com/mcp'
No authentication is required by the catalog listing.
- Using browser-verified endpoint: https://mcp.deepwiki.com/mcp
Codex CLI setup
Run in a terminal; Codex stores the entry in ~/.codex/config.toml.
codex mcp add 'deepwiki' --url 'https://mcp.deepwiki.com/mcp'
No authentication is required by the catalog listing.
- Using browser-verified endpoint: https://mcp.deepwiki.com/mcp
Cursor setup
Add to .cursor/mcp.json for this project, or ~/.cursor/mcp.json for all projects.
{
"mcpServers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp"
}
}
}
No authentication is required by the catalog listing.
- Using browser-verified endpoint: https://mcp.deepwiki.com/mcp
VS Code setup
Add to .vscode/mcp.json, or run “MCP: Open User Configuration” for a private user-level entry.
{
"servers": {
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
}
}
}
No authentication is required by the catalog listing.
- Using browser-verified endpoint: https://mcp.deepwiki.com/mcp
Latest validation evidence
- Validation status
- Online when last tested
- Validation checked at
- Aug 18, 2026 at 1:35 PM
- Validation detail
- Negotiated stateful MCP 2025-11-25 at https://mcp.deepwiki.com/mcp; detected transport streamable-http; authentication none
Capabilities provided
Observed at https://mcp.deepwiki.com/mcp via direct; unauthenticated discovery.
Tools provided by DeepWiki
Complete discovery: 3 retained of 3 observed.
- ask_question
Ask any question about a GitHub repository and get an AI-powered, context-grounded response.
question· string · requiredThe question to ask about the repository.
repoName· requiredGitHub repository or list of repositories (max 10) in owner/repo format.
- read_wiki_contents
View documentation about a GitHub repository.
repoName· string · requiredGitHub repository in owner/repo format (e.g. "facebook/react").
- read_wiki_structure
Get a list of documentation topics for a GitHub repository.
repoName· string · requiredGitHub repository in owner/repo format (e.g. "facebook/react").
Resources provided by DeepWiki
Complete discovery: 0 retained of 0 observed.
Resource templates provided by DeepWiki
Complete discovery: 0 retained of 0 observed.
Prompts provided by DeepWiki
Complete discovery: 0 retained of 0 observed.
