AIRIS MCP Gateway
Description
```bash curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/install.sh | bash ```
Installation
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 |
...
Related Skills
Docker
---
DevOps community Kubernetes
---
DevOps community AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns
DevOps community Composio Split
Manage Split feature flags and experiments
DevOps community **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
DevOps community CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps community