MCP Gateway · Catalog
DeepWiki MCP server
OfficialDeepWiki MCP is the official Model Context Protocol server for DeepWiki, with tools that let agents read AI-generated wiki docs for public GitHub repositories and ask questions about them. Connect it through the Speakeasy MCP Gateway and agents such as Claude, Cursor, and ChatGPT get one governed URL for it, with SSO, RBAC, and a full audit trail.
Behind the MCP Gateway
Run DeepWiki MCP behind the MCP Gateway
One URL for every agent, sign-in through your IdP, RBAC down to the tool, and every DeepWiki call inspected and logged.
Tools · 3
Each tool below can be allowed or denied per team and role at the MCP Gateway, and every call is inspected and logged.
read_wiki_structure
Get a list of documentation topics for a GitHub repository. Args: repoName: GitHub repository in owner/repo format (e.g. "facebook/react")
read_wiki_contents
View documentation about a GitHub repository. Args: repoName: GitHub repository in owner/repo format (e.g. "facebook/react")
ask_question
Ask any question about a GitHub repository and get an AI-powered, context-grounded response. Args: repoName: GitHub repository or list of repositories (max 10) in owner/repo format question: The question to ask about the repository
Questions