Skip to content
VS Code

DeepWiki for VS Code

com.deepwiki/mcp

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

client:VS Code transport:streamable-http tools:3

Install DeepWiki in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

DeepWiki in other clients