MCPs/openviking/Dockerfile
Tobias J. Endres 6cff3d92ca feat: add openviking MCP to fleet
OpenViking is a Context Database for AI Agents from Volcengine.
Uses upstream Docker image (ghcr.io/volcengine/openviking:latest)
with native HTTP MCP endpoint on port 1933 at /mcp.

- openviking/Dockerfile: FROM upstream image
- openviking/README.md: env vars, usage, client config, tools
- README.md: add 1933 port entry
- .woodpecker.yml: add pull+tag build step for openviking
2026-06-24 00:42:42 +02:00

2 lines
54 B
Docker

FROM ghcr.io/volcengine/openviking:latest
EXPOSE 1933