AIOps Rail
Genspark・Claude・Cursor などの AI エージェントが
あなたのコードベースを勝手に変更・削除する前に止める、
MCP 対応のガードレールサービスです。
AIOps Rail
Before Genspark, Claude, or Cursor make
unauthorized changes to your codebase — Rail stops them.
MCP-native guardrails for AI agents.
実際に起きたこと
あるプロジェクトで、開発者が AI エージェントに「不要なファイルを整理して」と依頼した結果、法務文書まで削除対象になりました。
翌朝、利用規約とプライバシーポリシーの両方が消えていたことが判明。Git には履歴があっても、本番復旧と確認には多大な時間がかかりました。
原因は、AI に「どこまで触ってよいか」「何を絶対に壊してはいけないか」を先に与えていなかったことです。
AIOps Rail なら check_scope と Constitutional Constraints により、この種の事故を実行前に止められます。
A real incident
A developer asked an AI agent to clean up unnecessary files. The agent complied — too literally.
By the next morning, the Terms of Service and Privacy Policy were both gone. Even with git history, restoring and revalidating production took significant time.
The root cause was simple: the AI had never been told what it must never touch.
With AIOps Rail, check_scope and Constitutional Constraints block this class of failure before execution.
6つのMCPツール
AI エージェントは MCP 経由で Rail に接続し、全ての操作前に許可確認を行います。
6 MCP tools
AI agents connect through MCP and request permission before every sensitive operation.
declare_task許可するパスを宣言し、作業範囲を先に固定します。
Declare the task and define allowed paths up front.
check_scope各操作の直前に ALLOWED / BLOCKED / CONSTITUTIONAL BLOCK を返します。
Returns ALLOWED, BLOCKED, or CONSTITUTIONAL BLOCK.
take_snapshot変更前の状態を Cloudflare R2 に保存し、復旧可能性を高めます。
Stores pre-change snapshots in Cloudflare R2 for fast recovery.
list_snapshotsセッション内のスナップショットを一覧化します。
Lists snapshots available in the current session.
restore_snapshot問題発生時に、指定したスナップショットから即時復元します。
Restores from a chosen snapshot when something goes wrong.
close_session作業完了時にセッションをクローズし、記録を締めます。
Closes the session and finalizes the operation record.
絶対禁止操作
Constitutional Constraints は、ユーザーや AI の追加指示があっても解除できない恒久的な制約です。
現在の Constitutional Block 対象(例)
Absolute prohibitions
Constitutional Constraints are permanent restrictions that cannot be overridden — even with explicit user permission.
Current Constitutional Block targets (examples)
導入手順
Getting started
フォームにメールアドレスを入力すると API キーが発行されます。
Enter your email and receive your API key instantly.
発行された API キーを MCP 設定で使用します。
Use the issued API key in your MCP configuration.
以下の設定を貼り付けるだけで、Rail が操作を見張ります。
Paste the config below and Rail starts guarding operations.
mcp-config.json
{
"mcpServers": {
"rail-aiops": {
"url": "https://rail.aiops.services/mcp",
"transport": "http",
"headers": {
"X-Rail-Key": "YOUR_API_KEY_HERE"
}
}
}
}
料金
Pricing
Free
¥0
メール登録のみで開始
Free
$0
Start with email only
はい。MCP 対応クライアントであれば Claude Desktop、Cursor などでも利用できます。
Yes. Rail works with MCP-capable clients including Claude Desktop and Cursor.
take_snapshot 実行時のみ暗号化保存されます。通常の read/write 判定のために本文は保持しません。
Only when take_snapshot is explicitly called. Normal permission checks do not require storing file contents.
MCP エンドポイント /mcp への認証済みリクエストごとに増えます。登録や system prompt 取得は含みません。
It increments on authenticated requests to /mcp. Registration and system prompt fetches do not count.
現在は標準ブロックリストを適用しています。拡張要件はオーナー相談の前提です。
The current version uses a default block list. Enterprise customization should be discussed with the owner.
Live は死活監視と AI ガバナンス診断、Rail は AI エージェントの操作ガードです。補完関係にあります。
Live focuses on uptime monitoring and AI governance diagnostics, while Rail guards AI agent operations in real time.
無料で始める
登録すると即座に API キーが発行されます。クレジットカード不要。
Get started free
Your API key is issued instantly. No credit card required.
✓ 登録完了!APIキーが発行されました✓ Registered! Your API key is ready
APIキー:API Key:
同じメールでは既存キーが返る場合があります。安全な場所に保管してください。The same email may return an existing key. Store it safely.