Skip to content

Commit 5d17703

Browse files
committed
docs: add quick start instructions for Docker usage
1 parent 0d3b3eb commit 5d17703

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ The server provides the following tools that can be used by MCP clients:
3030

3131
## Installation
3232

33-
Install the package using pip:
33+
### Quick Start with Docker
34+
35+
```bash
36+
docker run -d -p 8000:8000 -e PROTOCOLS_IO_CLIENT_ACCESS_TOKEN="your_access_token_here" --name protocols-io-mcp --restart always ghcr.io/hqn21/protocols-io-mcp:latest
37+
```
38+
39+
### Install the package using pip
3440

3541
```bash
3642
pip install protocols-io-mcp

0 commit comments

Comments
 (0)