# GitHub Wiki Explorer

Navigate and understand GitHub repository documentation effortlessly by retrieving wiki structures and contents. Get direct answers to specific questions about project wikis to save time searching th…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add arjunkmrm/devin

# Browse available tools
npx -y smithery tool list arjunkmrm/devin

# Get full schema for a tool
npx -y smithery tool get arjunkmrm/devin read_wiki_structure

# Call a tool
npx -y smithery tool call arjunkmrm/devin read_wiki_structure '{}'
```

## Direct MCP Connection

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