Skip to main content
Glama
railyai

Raily MCP

Official
by railyai

Raily MCP

Railyパーソナルエージェント向けの読み取り専用 Agent Plugin です。ホストされた Streamable HTTP MCP を https://railyai.com/mcp で指します。

スコープは読み取り専用です。プラグインがユーザーデータを書き込んだり変更したりすることはありません。このリポジトリにはAPIキー、ベアラートークン、シークレットが含まれることはありません。

OAuthは常にブラウザ上で行われます。トークンをチャットや設定に貼り付けないでください。

サイトでのワンクリック設定

https://railyai.com/integrations — Grok、Codex、Claude Code、Cursor の横に表示される Connect をクリックします。認可が Connected と表示され、そこで取り消すことができます。

サイトでの認可では、Cursor にトークンは入れられません。アシスタントは引き続き(下記のプラグイン版または CLI 版で)自身で OAuth を行います。ログインも読み取り専用スコープも同じです。

Related MCP server: WHOOP MCP

OpenClaw / ClawHub

これはAgent Plugins バンドルです(ネイティブの OpenClaw コードプラグインではありません)。 OpenClaw は plugin.json + mcp.json + skills/raily/SKILL.md を解釈します。

組織のリストが公開された後(オーナーGO、パブリッシャーは railyai、決して nttylock ではありません):

openclaw plugins install clawhub:@railyai/raily

それまでは、このGitHubチェックアウトからインストールしてください:

openclaw plugins install /path/to/raily-mcp

Grok Bot

x.ai/bot にはワンクリックはありません。Grok Bot アプリ内で:

  1. 設定 → プラグイン → 追加

  2. 名前 X のカスタム MCP を作成し、URL は https://railyai.com/mcp(ヘッダーなし)

  3. ブラウザで認証 → 承認

  4. チャットで @ を入力し、Raily をアタッチ

マーケットプレイスへの出品は行われていません。ユーザーに npx raily を実行しさくなるようにしてください。

プラグインのインストール(Cursor / developers)

  1. 公式カタログは後日(オーナーGO)。それまでは:

    • Team Marketplace からのインポート:https://github.com/railyai/raily-mcp、または

    • symlink: ln -s /path/to/raily-mcp ~/.cursor/plugins/local/raily-mcp

  2. Raily MCP を有効にします。

  3. クライアントがブラウザを開きます。Raily にサインインして承認してください。

このリポジトリの mcp.json は Agent Plugins の type: streamable-http を使用しています。カタログプラグインのインストールが読み取るのはその設定です。Grok Bot のカスタム MCP は URL だけで構いません。

Cursor CLI

Cursor CLI は type: streamable-http(および type: remote)を無視します。urlのみを使用してください:

{
  "mcpServers": {
    "raily": {
      "url": "https://railyai.com/mcp"
    }
  }
}

その内容をプロジェクトの .cursor/mcp.json または ~/.cursor/mcp.json に配置します。cursor-mcp.example.json からコピーしてください。

そうしたら:

cursor-agent mcp enable raily
cursor-agent mcp login raily
cursor-agent mcp list-tools raily

cursor mcp add というコマンドはありません。mcp login が機能しない場合は、フォールバック:

npx -y mcp-remote https://railyai.com/mcp

または mcp.json をそのコマンドに向けてください:

{
  "mcpServers": {
    "raily": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://railyai.com/mcp"]
    }
  }
}

取り消し

https://railyai.com/integrations — 取り消しは即時です。

読み取れる内容

  • エージェントステータス

  • ブリーフ

  • マッチ

  • イントロ

  • メモリ

  • 分析ステータス

  • 課金ステータス

ブリーフの更新、イントロの承認・辞退、課金の変更など、アカウントデータの変更はできません。

レイアウト

raily-mcp/
├── package.json                # npm name @railyai/raily (ClawHub scope)
├── plugin.json                 # Agent Plugins 1.0.0 manifest
├── mcp.json                    # Hosted HTTP MCP for plugins (streamable-http)
├── cursor-mcp.example.json     # Cursor CLI: url only
├── .cursor-plugin/plugin.json  # Cursor marketplace compatibility
├── skills/raily/SKILL.md
├── assets/logo.png
├── LICENSE
└── README.md
A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.

  • OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/railyai/raily-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server