Skip to content

Releases: HelpCode-ai/anythingmcp

v0.1.1 — Public Release

Choose a tag to compare

@keysersoft keysersoft released this 10 Mar 21:06
d33b31b

What's New

AnythingMCP is now publicly available. This release adds all community and transparency files for the public launch.

Added

  • CONTRIBUTING.md — Development setup, code style guidelines, PR process
  • SECURITY.md — Responsible disclosure policy for vulnerability reports
  • CODE_OF_CONDUCT.md — Contributor Covenant code of conduct
  • License FAQ (docs/license-faq.md) — Plain-language explanation of the BSL-1.1 license
  • External Services transparency — Full documentation of all network calls to anythingmcp.com (license verification, email fallback), including how to run fully offline
  • GitHub issue templates — Bug report and feature request forms
  • Pull request template — Standardized PR checklist
  • Demo video — Linked from README to anythingmcp.com
  • Repository metadata — Description, homepage, and discovery topics

Changed

  • README now uses "source-available" instead of "open-source" to accurately reflect the BSL-1.1 license
  • License section expanded with transparency note and link to License FAQ
  • Docker image size halved (1.29 GB → 640 MB) by isolating backend production dependencies in a dedicated multi-stage build step

Docker

docker pull helpcodeai/anythingmcp:0.1.1

Deploy

Deploy on Railway

Or self-host with Docker:

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp
./setup.sh

v0.1.0

Choose a tag to compare

@keysersoft keysersoft released this 10 Mar 09:32
a24af8f

What's Changed

  • Decrypt authConfig, native tool registration, manual CI by @keysersoft in #1
  • Fix AI Enhance and tool test errors by @keysersoft in #2
  • feat: upgrade major dependencies — OpenAI v6, Prisma v7, Next.js v16 by @keysersoft in #3
  • feat: multi-MCP server endpoints and OAuth fix by @keysersoft in #4
  • fix: reorder controller routes for health-check by @keysersoft in #5
  • feat: MCP connector OAuth2 + tool discovery + execution by @keysersoft in #6
  • feat: helpcode.ai footer, remove webhook, add MongoDB by @keysersoft in #7
  • feat: audit logs with user identity, MCP server tracking, and UI improvements by @keysersoft in #8
  • Switch license from MIT to BSL 1.1 by @keysersoft in #9
  • Rename product to AnythingMCP by @keysersoft in #10
  • feat: generate MongoDB-native tools for MongoDB connectors by @keysersoft in #11
  • docs: revamp README and split into modular documentation by @keysersoft in #12
  • Consolidate backend and frontend into unified Docker container by @keysersoft in #13
  • Make Redis optional, cleanup README by @keysersoft in #14
  • Add 12 unit test files (115 → 245 tests) by @keysersoft in #15
  • Add SDL schema fallback to GraphQL parser by @keysersoft in #16
  • OAuth2 authorization flow for REST and GraphQL connectors by @keysersoft in #17
  • rename atmcp prefix to amcp by @keysersoft in #18
  • Add license management and email API fallback by @keysersoft in #19
  • Fix invite email links pointing to backend port by @keysersoft in #20
  • Add license-gated email and email-based community license flow by @keysersoft in #21
  • add dev console log for verification code and update email brand colors by @keysersoft in #22
  • add 60s cooldown timer on resend verification code by @keysersoft in #23
  • Add Railway one-click deploy support by @keysersoft in #24
  • Update Railway deploy template URL by @keysersoft in #25
  • Fix Docker build: add dummy DATABASE_URL for Prisma generate by @keysersoft in #26
  • Fix Dockerfile for Prisma 7 compatibility by @keysersoft in #27
  • Fix backend entrypoint path in start.sh by @keysersoft in #28
  • Fix health check failing when Redis is not configured by @keysersoft in #29
  • Route all traffic through Next.js for single-port Railway deploy by @keysersoft in #30
  • Allow backend-proxied routes through auth proxy by @keysersoft in #31
  • Add password strength requirements by @keysersoft in #32
  • Return error on resend-verification when email fails by @keysersoft in #33
  • Change MCP_AUTH_MODE default to both for Claude Code by @keysersoft in #34
  • Add static text return type to all connector types by @keysersoft in #35
  • Fix MCP endpoint URLs in production by @keysersoft in #36
  • Fix MCP auth bypass with mode=both by @keysersoft in #37
  • Add missing rewrites for OAuth login flow by @keysersoft in #38
  • Add read-only / read-write access mode for database connectors by @keysersoft in #39
  • Show license setup screen on login when no license configured by @keysersoft in #40
  • Add ALLOW_OPEN_REGISTRATION env var to control self-registration by @keysersoft in #41
  • Add skeleton loading UI to dashboard by @keysersoft in #42
  • Show only avatar icon in navbar by @keysersoft in #43
  • Show pending/expired invitations in users list by @keysersoft in #44
  • Fix email links using stale FRONTEND_URL by @keysersoft in #45
  • Add Docker Hub publish and switch Railway to pre-built image by @keysersoft in #46

New Contributors

Full Changelog: https://github.com/HelpCode-ai/anythingmcp/commits/v0.1.0