Skip to content

Commit 60b4d25

Browse files
committed
docs: add Docker option to Run locally section, credit piersoft
1 parent 92b264e commit 60b4d25

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@ npm run build
227227
node dist/index.js
228228
```
229229

230+
### Option 3 — Docker
231+
232+
Thanks to [@piersoft](https://github.com/piersoft), you can also run the server via Docker:
233+
234+
```bash
235+
git clone https://github.com/ondata/ckan-mcp-server.git
236+
cd ckan-mcp-server
237+
docker compose up --build -d
238+
```
239+
240+
The MCP server will be available at `http://localhost:3000/mcp`. See [`docker/README.md`](https://github.com/ondata/ckan-mcp-server/blob/main/docker/README.md) for full details, including how to connect Claude Desktop to the container.
241+
230242
---
231243
## 🛠️ Available Tools
232244

0 commit comments

Comments
 (0)