Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/markitdown-mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ markitdown-mcp --http --host 127.0.0.1 --port 3001
```

## Running in Docker
Clone and navigate to folder

```
git clone git@github.com:microsoft/markitdown.git
cd markitdown/packages/markitdown-mcp
```

To run `markitdown-mcp` in Docker, build the Docker image using the provided Dockerfile:
```bash
Expand Down