agiletec-inc/airis-mcp-gateway

172

stars

316

commits

Python

primary language

Sep 6, 2026

updated

README

AIRIS MCP Gateway

Context7を必要時だけ提供するlocal MCP endpoint。通常のfile、Git、GitHub、web検索、browser操作、external writeは native toolまたは目的別skillが担当する。

起動

利用者はinstall script、開発者はsource checkoutを使う。

curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/install.sh | bash
git clone https://github.com/agiletec-inc/airis-mcp-gateway.git
cd airis-mcp-gateway
devbox shell
task dev:up
curl -fsS http://localhost:9400/health

runtime registryはinstall時にconfig/mcp-config.template.jsonから作る。tracked mcp-config.json.exampleは空の 最小例であり、現在のserver一覧の正本ではない。local mcp-config.jsonはcommitしない。

利用境界

gatewayをglobal MCPとして常時登録しない。agentはairis-mcp-gateway skillから短命sessionを開き、exact current library/framework documentationが必要な場合だけContext7を呼ぶ。provider credential directoryをcontainerへ mountしない。

通常作業 -> native tools / skills
公式library資料 -> airis-mcp-gateway skill -> Context7

設計境界はdocs/architecture.md、運用はdocs/DEPLOYMENT.md、 障害切分けはdocs/troubleshooting.mdを必要時に読む。version正本はVERSION

License

MIT

Contributors

kazukinakai

269 commits

actions-user

27 commits

gsaraiva2109

4 commits

agiletec-inc/airis-mcp-gateway

172

stars

316

commits

Python

primary language

Sep 6, 2026

updated

README

AIRIS MCP Gateway

Context7を必要時だけ提供するlocal MCP endpoint。通常のfile、Git、GitHub、web検索、browser操作、external writeは native toolまたは目的別skillが担当する。

起動

利用者はinstall script、開発者はsource checkoutを使う。

curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/install.sh | bash
git clone https://github.com/agiletec-inc/airis-mcp-gateway.git
cd airis-mcp-gateway
devbox shell
task dev:up
curl -fsS http://localhost:9400/health

runtime registryはinstall時にconfig/mcp-config.template.jsonから作る。tracked mcp-config.json.exampleは空の 最小例であり、現在のserver一覧の正本ではない。local mcp-config.jsonはcommitしない。

利用境界

gatewayをglobal MCPとして常時登録しない。agentはairis-mcp-gateway skillから短命sessionを開き、exact current library/framework documentationが必要な場合だけContext7を呼ぶ。provider credential directoryをcontainerへ mountしない。

通常作業 -> native tools / skills
公式library資料 -> airis-mcp-gateway skill -> Context7

設計境界はdocs/architecture.md、運用はdocs/DEPLOYMENT.md、 障害切分けはdocs/troubleshooting.mdを必要時に読む。version正本はVERSION

License

MIT

Contributors

kazukinakai

269 commits

actions-user

27 commits

gsaraiva2109

4 commits

Languages

Python

88.0%

Shell

6.9%

JavaScript

2.5%

TypeScript

2.0%