# DeepWiki (verified)

Explore GitHub repository documentation by topic to quickly understand any project. Open pages on demand and ask questions to get concise answers. Find what you need faster across complex wikis.

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest tool call deepwiki read_wiki_structure '{}'
```

## Direct MCP Connection

Endpoint: `https://deepwiki.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 deepwiki <tool-name>
```
