Skip to content

AnythingMCP

v0.1.34 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents api-gateway chatgpt chatgpt-apps claude claude-connectors
+14 more
database-mcp-server gemini graphql-to-mcp mcp mcp-gateway mcp-servers model-context-protocol no-code openapi-to-mcp rest-to-mcp self-hosted soap-to-mcp sql-to-mcp typescript

Summary

AI summary

Fixed server crashes when duplicate tool names are present.

Changes in this release

Feature Low

Run multiple stacks on one host using COMPOSE_PROJECT_NAME.

Run multiple stacks on one host using COMPOSE_PROJECT_NAME.

Source: llm_adapter@2026-06-11

Confidence: high

Feature Low

Node version specified via ARG NODE_VERSION with minimum >=22.

Node version specified via ARG NODE_VERSION with minimum >=22.

Source: llm_adapter@2026-06-11

Confidence: low

Bugfix Medium

MCP server no longer 500s on duplicate tool names.

MCP server no longer 500s on duplicate tool names.

Source: llm_adapter@2026-06-11

Confidence: low

Refactor Low

License changed to AGPL-3.0; commercial features remain in ee/ directories.

License changed to AGPL-3.0; commercial features remain in ee/ directories.

Source: llm_adapter@2026-06-11

Confidence: high

Full changelog

Maintenance release: a server-stability fix plus self-hosting and packaging improvements.

Fixed

  • MCP server no longer 500s on duplicate tool names. A connector that produced two tools with the same name could take down the /mcp endpoint; tool names are now deduplicated. (#313)

Self-hosting

  • Run multiple stacks on one host. docker-compose.yml now derives the project, network, volume and container names from COMPOSE_PROJECT_NAME (default amcp, so existing setups are unchanged). Set it to isolate a second instance without name collisions. (#316)
  • Single source of truth for the Node version in the Dockerfile (ARG NODE_VERSION), and an explicit engines.node >=22 so the supported minimum is machine-readable. (#316)
  • .env.example documents COMPOSE_PROJECT_NAME and the internal-PORT vs host-BACKEND_PORT distinction.

Packaging / license

  • AnythingMCP is now licensed under AGPL-3.0 (OSI-approved open source), with operator-only cloud features kept under a separate commercial license in ee/ directories. Self-hosting is unaffected. (#314, #315)

Upgrade

docker compose pull && docker compose up -d

No configuration changes required.

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 AnythingMCP

Get notified when new releases ship.

Sign up free

About AnythingMCP

All releases →

Beta — feedback welcome: [email protected]