Raily MCP
OfficialRaily MCP
Плагин Agent Plugin с доступом только на чтение для персонального агента Raily. Он указывает на размещённый Streamable HTTP MCP по адресу https://railyai.com/mcp.
Разрешения — только чтение. Плагин никогда не записывает и не изменяет данные пользователя. API-ключей, bearer-токенов и секретов в этом репозитории быть не должно.
OAuth всегда выполняется в браузере. Не вставляйте токены в чат или конфигурацию.
Подключение в один клик на сайте
https://railyai.com/integrations — нажмите Connect рядом с Grok, Codex, Claude Code или Cursor. Это пометит доступ как Connected, а отозвать его можно там же (Revoke).
Доступ через сайт не передаёт токены в Cursor. Ассистент по-прежнему выполняет собственную авторизацию OAuth (через плагин или CLI ниже). Тот же вход, те же права только на чтение.
Related MCP server: WHOOP MCP
OpenClaw / ClawHub
Этот репозиторий — бандл Agent Plugins (не нативный код‑плагин OpenClaw). OpenClaw использует plugin.json + mcp.json + skills/raily/SKILL.md.
Когда запись об организации появится в каталоге (владелец дал добро, издатель — railyai, никогда не nttylock):
openclaw plugins install clawhub:@railyai/railyА пока установите из этого GitHub‑чекаута:
openclaw plugins install /path/to/raily-mcpGrok Bot
Однокликового подключения на x.ai/bot нет. В приложении Grok Bot:
Settings → Plugins → Add
Пользовательский MCP с именем
Raily, URLhttps://railyai.com/mcp(без заголовков)Авторизуйтесь в браузере → Approve
В чате введите
@и прикрепите Raily
Публикация в маркетплейсе не подана. Не советуйте пользователям запускать npx raily.
Установка плагина (Cursor / разработчики)
Официальный каталог появится позже (с одобрения владельца). Пока:
импортируйте репозиторий
@https://github.com/railyai/raily-mcpчерез Team Marketplace, илисоздайте симлинк:
ln -s /path/to/raily-mcp ~/.cursor/plugins/local/raily-mcp
Включите Raily MCP.
Клиент откроет браузер. Войдите в Raily и нажмите Approve.
mcp.json в этом репозитории использует type: streamable-http из Agent Plugins. Это читает установка плагина из каталога. Кастомному MCP в Grok Bot достаточно только URL.
Cursor клиент
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.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