Raily MCP
OfficialRaily MCP
面向 Raily 个人智能体的只读 Agent Plugin。它指向托管在 https://railyai.com/mcp 上的 Streamable HTTP MCP。
权限范围是 只读 的。该插件从不写入或修改用户数据。本仓库中不包含任何 API 密钥、Bearer 令牌或机密信息。
OAuth 始终在浏览器中完成。不要将令牌粘贴到聊天或配置中。
平台上一键连接
https://railyai.com/integrations — 在 Grok、Codex、Claude Code 或 Cursor 旁边点击 Connect 即可。这会将授权状态标记为 Connected,你也可以在那里撤销。
网站授权不会把令牌植入 Cursor。助手仍然会运行自己的 OAuth(通过下面的插件或 CLI)。登录方式相同,只读范围也相同。
Related MCP server: WHOOP MCP
OpenClaw / ClawHub
这是一个 Agent Plugins bundle(并非原生 OpenClaw 代码插件)。
OpenClaw 会利用 plugin.json、mcp.json 和 skills/raily/SKILL.md 完成文件映射。
等到官方 listing 正式发布后(owner 为 GO,发布者为 railyai,绝不会是 nttylock):
openclaw plugins install clawhub:@railyai/raily在此之前,请从当前的 GitHub checkout 安装:
openclaw plugins install /path/to/raily-mcpGrok Bot
在 x.ai/bot 上目前没有一键连接。请在 Grok Bot 应用中:
设置 → 插件 → 添加
自定义 MCP 名称写
Raily,URL 为https://railyai.com/mcp(不要添加请求头)在浏览器中授权 → 审批通过
在聊天中输入
@以附带 Raily
Marketplace 列表尚未发布。不要告诉用户运行 npx raily。
安装插件(Cursor / 开发人员)
官方目录稍晚提供(owner GO)。在此之前:
从 Marketplace 导入
https://github.com/railyai/raily-mcp,或者创建符号链接:
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 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 — 撤销权限立即生效。
可读取的内容
Agent 状态
简报
匹配记录
引荐
记忆
分析状态
计费状态
它无法更新简报、接受或拒绝引荐、修改计费信息,或以任何其他方式更改账户数据。
目录结构
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