github agiletec-inc/airis-mcp-gateway v1.2.0
v1.2.0 - IDE Config Auto-Import

latest releases: archive-api-20251212, v1.5.8, v1.5.7...
one month ago

🚀 New Features

📥 Automatic IDE Config Import

  • Auto-import existing MCP servers from Claude Desktop, Cursor, Windsurf, Zed
  • make install and make install-dev now import configs by default
  • Zero-friction migration from scattered configs to unified Gateway

🏆 Homebrew Now Recommended

  • Moved Homebrew to Method 1 (Recommended) in installation docs
  • Better dependency management (PostgreSQL, Ollama)
  • Cleaner install experience for macOS users

📊 docker-mcp Comparison

  • Added detailed comparison table in README
  • 13 key differentiators highlighted
  • Clear value proposition for AIRIS Gateway

🛠️ Improvements

Installation

  • make install - Auto-imports existing IDE configs (new default behavior)
  • make install-dev - Development mode with auto-import
  • make install-import - Explicit import (for backward compatibility)

Scripts

  • scripts/import_existing_configs.py - IDE config detection and merge
    • Detects: Claude Desktop, Cursor, Windsurf, Zed
    • Deduplicates MCP servers automatically
    • Generates import summary report

📖 What's Changed

Installation Workflow:

# Before
brew install airis-mcp-gateway
airis-gateway install  # Manual config only

# After (v1.2.0)
brew install airis-mcp-gateway
airis-gateway install  # Auto-imports + unified Gateway setup!

Import Summary Example:

📱 Detected IDEs (2):
   ✅ Claude Desktop
   ✅ Cursor

📦 Found MCP Servers (14 total)
➕ Added to AIRIS Gateway: 5 servers
🔄 Duplicates (merged): 7

✅ Import complete! Restart editors to use unified Gateway.

🔗 Links


Contributors: @kazukinakai
Full commit: 741e45f

Don't miss a new airis-mcp-gateway release

NewReleases is sending notifications on new releases.