Skip to main content
Glama
railyai

Raily MCP

Official
by railyai

Raily 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.jsonmcp.jsonskills/raily/SKILL.md 完成文件映射。

等到官方 listing 正式发布后(owner 为 GO,发布者为 railyai,绝不会是 nttylock):

openclaw plugins install clawhub:@railyai/raily

在此之前,请从当前的 GitHub checkout 安装:

openclaw plugins install /path/to/raily-mcp

Grok Bot

x.ai/bot 上目前没有一键连接。请在 Grok Bot 应用中:

  1. 设置 → 插件 → 添加

  2. 自定义 MCP 名称写 Raily,URL 为 https://railyai.com/mcp(不要添加请求头)

  3. 在浏览器中授权 → 审批通过

  4. 在聊天中输入 @ 以附带 Raily

Marketplace 列表尚未发布。不要告诉用户运行 npx raily

安装插件(Cursor / 开发人员)

  1. 官方目录稍晚提供(owner GO)。在此之前:

    • 从 Marketplace 导入 https://github.com/railyai/raily-mcp,或者

    • 创建符号链接: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-httptype: 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.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