# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add chuhuoyuan/deepwiki

# Browse available tools
npx -y @smithery/cli@latest tool list chuhuoyuan/deepwiki

# Get full schema for a tool
npx -y @smithery/cli@latest tool get chuhuoyuan/deepwiki read_wiki_structure

# Call a tool
npx -y @smithery/cli@latest 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 repository
- `read_wiki_contents` — View documentation about a GitHub repository
- `ask_question` — Ask any question about a GitHub repository

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get chuhuoyuan/deepwiki <tool-name>
```
