DeepWiki

com.deepwiki/mcp · v1.0.0

streamable-http

Hosted server from Cognition that answers questions about any public GitHub repository using DeepWiki's generated documentation. No authentication required.

Claude Code

claude mcp add --transport http mcp https://mcp.deepwiki.com/mcp

mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.deepwiki.com/mcp"
    }
  }
}

Tools (3)

read_wiki_structureread_wiki_contentsask_question
server.json manifest
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "_meta": {
    "io.mcpregistry/tags": [
      "documentation",
      "github",
      "code-understanding",
      "hosted"
    ],
    "io.mcpregistry/tools": [
      "read_wiki_structure",
      "read_wiki_contents",
      "ask_question"
    ],
    "io.mcpregistry/transport": "streamable-http"
  },
  "description": "Hosted server from Cognition that answers questions about any public GitHub repository using DeepWiki's generated documentation. No authentication required.",
  "name": "com.deepwiki/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.deepwiki.com/mcp"
    }
  ],
  "title": "DeepWiki",
  "version": "1.0.0",
  "websiteUrl": "https://docs.devin.ai/work-with-devin/deepwiki-mcp"
}