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
2 lines
54 B
Docker
2 lines
54 B
Docker
FROM ghcr.io/volcengine/openviking:latest
|
|
EXPOSE 1933
|