AIRIS MCP Gateway banner
agiletec-inc agiletec-inc

AIRIS MCP Gateway

DevOps community intermediate

Description

```bash curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/install.sh | bash ```

Installation

Terminal
claude install-skill https://github.com/agiletec-inc/airis-mcp-gateway

README

Universal MCP Hub: AIRIS MCP Gateway

The observability-first gateway for all your MCP tools. Connect once, evaluate everywhere.


🛠️ Quick Install & Universal Setup

1. Start the Gateway

curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/install.sh | bash

Development Setup

# 1. Copy and fill in your API keys
cp .env.example .env

# 2. Start the gateway
docker compose up -d

# 3. View logs
docker compose logs -f api

**Tip:** For secure secret management, use [Doppler](https://doppler.com) instead of `.env`:

doppler setup                              # One-time setup
doppler run -- docker compose up -d        # Injects secrets at runtime

2. Connect Your AI Client

Register the gateway once, and access all backend MCP servers (Stripe, Supabase, GitHub, etc.) through a single connection.

Client Connection Command / Setup
Codex codex mcp add airis-mcp-gateway --url http://localhost:9400/mcp
Claude Code Plugin: /install-plugin agiletec-inc/airis-mcp-gateway
Gemini CLI gemini mcp add --transport sse airis-mcp-gateway http://localhost:9400/sse
Cursor Settings > Features > MCP > Add New MCP Server
Name: airis-mcp-gateway, Type: SSE, URL: http://localhost:9400/sse
Windsurf Add SSE URL http://localhost:9400/sse to ~/.codeium/config.json

...