# DeepWiki

Explore and query GitHub repository documentation in depth. Browse wiki topics, read pages, and get direct answers to questions about a repo. Quickly find the guidance you need across complex project…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list babysleepingsupplies-sys/test123

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

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

## Direct MCP Connection

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