Download Latest Version 2.0.2 source code.tar.gz (57.5 kB)
Email in envelope

Get an email when there's a new version of MCP Mongo Server

Home / 2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
2.0.0 source code.tar.gz 2026-02-06 57.4 kB
2.0.0 source code.zip 2026-02-06 69.7 kB
README.md 2026-02-06 1.7 kB
Totals: 3 Items   128.9 kB 0

2.0.0

### Breaking Changes

  • Dockerfile completely rewritten — now uses multi-stage oven/bun + node:22-slim build instead of debian:bullseye-slim with mcp-proxy
  • Removed mcp-proxy dependency — HTTP transport is now native
  • docker-compose.yml no longer uses tty/stdin_open (HTTP mode by default)

### Features

  • Streamable HTTP transport: --transport http flag starts an Express server with MCP Streamable HTTP at /mcp
  • Port configuration: --port flag and MCP_PORT env var (default: 3001)
  • Request logging: HTTP mode logs every request with timestamp, client IP, method, status, duration, and MCP method
  • Docker healthcheck: built-in health monitoring via /mcp endpoint
  • Docker logging: json-file driver with rotation (10MB x 3 files)

### Improvements

  • Multi-stage Docker build — smaller image, no git clone, copies local files
  • tsup externals: @modelcontextprotocol/sdk and mongodb kept as runtime imports
  • .dockerignore added to reduce build context
  • CI workflows switched from npm to bun, Node 20 to 22
  • Docs reorganized to reference example files

Full Changelog: https://github.com/kiliczsh/mcp-mongo-server/compare/1.3.0...2.0.0

Source: README.md, updated 2026-02-06