o2w_mcp (master)
Published 2026-03-12 09:47:30 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/o2w_mcp:mastersha256:c2a9371aaba8e21231a668419999f098c8491248f5523f49475947c67fa10802
Image Layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| ENV MCP_TRANSPORT=streamable-http |
| ENV FASTMCP_HOST=0.0.0.0 |
| ENV FASTMCP_PORT=8000 |
| ENV MCP_STREAMABLE_HTTP_PATH=/mcp |
| COPY /out/o2w-mcp /app/o2w-mcp # buildkit |
| EXPOSE [8000/tcp] |
| ENTRYPOINT ["/app/o2w-mcp"] |