Skip to content

kiliczsh/mcp-mongo-server

v2.0.2 Breaking

This release includes 3 breaking changes for platform teams planning a safe upgrade.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

antrophic claude claude-desktop cline cursor mcp
+3 more
model-context-protocol mongodb windsurf

Summary

AI summary

Removes mcp-proxy, adds native HTTP transport and Docker healthcheck.

Full changelog

2.0.2

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.2

Breaking Changes

  • Dockerfile rewritten with multi-stage oven/bun + node:22-slim build
  • mcp-proxy dependency removed; HTTP transport now native
  • docker-compose.yml no longer uses tty/stdin_open

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track kiliczsh/mcp-mongo-server

Get notified when new releases ship.

Sign up free

About kiliczsh/mcp-mongo-server

A Model Context Protocol Server for MongoDB

All releases →

Beta — feedback welcome: [email protected]