# Devin MCP

AI-powered access to GitHub repository documentation and codebase analysis, including private repositories, via Devin.

- **Category:** model context protocol
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `DEVIN_MCP`
- **Version:** 20260224_00

## Tools

### Ask question

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

### List available repos

**Slug:** `DEVIN_MCP_LIST_AVAILABLE_REPOS`

List all repositories available to query with your Devin account.
Only available in private mode (via devin.ai endpoints).

#### Output

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

### Read wiki contents

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