We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3b3eb commit 5d17703Copy full SHA for 5d17703
README.md
@@ -30,7 +30,13 @@ The server provides the following tools that can be used by MCP clients:
30
31
## Installation
32
33
-Install the package using pip:
+### 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
40
41
```bash
42
pip install protocols-io-mcp
0 commit comments