Raily MCP
OfficialRaily 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-mcpGrok Bot
x.ai/bot にはワンクリックはありません。Grok Bot アプリ内で:
設定 → プラグイン → 追加
名前
Xのカスタム MCP を作成し、URL はhttps://railyai.com/mcp(ヘッダーなし)ブラウザで認証 → 承認
チャットで
@を入力し、Raily をアタッチ
マーケットプレイスへの出品は行われていません。ユーザーに npx raily を実行しさくなるようにしてください。
プラグインのインストール(Cursor / developers)
公式カタログは後日(オーナーGO)。それまでは:
Team Marketplace からのインポート:
https://github.com/railyai/raily-mcp、またはsymlink:
ln -s /path/to/raily-mcp ~/.cursor/plugins/local/raily-mcp
Raily MCP を有効にします。
クライアントがブラウザを開きます。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 railycursor 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.mdThis server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to read Reddit data including user profiles, subreddits, posts, comments, and search via OAuth authentication.
- FlicenseNot gradedqualityBmaintenanceGives LLM agents read-only access to your WHOOP data — recovery, sleep, strain, workouts, and profile.18
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access private GitHub repositories, organizations, issues, pull requests, and file contents via OAuth authentication.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to Pocket Agent's product information, public persona templates, and app catalog. No authentication required.571MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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