# DeepWiki MCP

Free AI-powered access to public GitHub repository documentation and codebase analysis via DeepWiki. No authentication required.

- **Category:** model context protocol
- **Auth:** NO_AUTH
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `DEEPWIKI_MCP`
- **Version:** 20260225_01

## Tools

### Ask question

**Slug:** `DEEPWIKI_MCP_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

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `question` | string | Yes |  |
| `repoName` | string | Yes |  |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `result` | string | Yes |  |

### Read wiki contents

**Slug:** `DEEPWIKI_MCP_READ_WIKI_CONTENTS`

View documentation about a GitHub repository.

Args:
    repoName: GitHub repository in owner/repo format (e.g. "facebook/react")

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `repoName` | string | Yes |  |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `result` | string | Yes |  |

### Read wiki structure

**Slug:** `DEEPWIKI_MCP_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")

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `repoName` | string | Yes |  |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `result` | string | Yes |  |
