GitHub Wiki Explorer
Explore a GitHub repository's wiki to discover topics and read pages effortlessly. Quickly surface the right docs and context without manual digging. Ask focused questions about a repo and get clear …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add chuhuoyuan/deepwiki
# Browse available tools
npx -y smithery tool list chuhuoyuan/deepwiki
# Get full schema for a tool
npx -y smithery tool get chuhuoyuan/deepwiki read_wiki_structure
# Call a tool
npx -y smithery tool call chuhuoyuan/deepwiki read_wiki_structure '{}'Direct MCP Connection
Endpoint: https://deepwiki--chuhuoyuan.run.tools
Tools (3)
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
# Get full input/output schema for a tool
npx -y smithery tool get chuhuoyuan/deepwiki