Raily MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Raily MCPWhat does my Raily brief say and are there any new matches?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Raily MCP
Read-only Agent Plugin for the Raily personal agent. It points at the hosted Streamable HTTP MCP at https://railyai.com/mcp.
Scopes are read-only. The plugin never writes or changes user data. No API keys, bearer tokens, or secrets belong in this repo.
OAuth always happens in the browser. Do not paste tokens into chat or config.
One-click on the site
https://railyai.com/integrations — Connect next to Grok, Codex, Claude Code, or Cursor. That marks the grant Connected and you can Revoke there.
The site grant does not put tokens into Cursor. The assistant still does its own OAuth (plugin or CLI below). Same login, same read-only scopes.
Related MCP server: WHOOP MCP
OpenClaw / ClawHub
This repo is an Agent Plugins bundle (not a native OpenClaw code plugin).
OpenClaw maps plugin.json + mcp.json + skills/raily/SKILL.md.
After the org listing is live (owner GO, publisher railyai, never
nttylock):
openclaw plugins install clawhub:@railyai/railyUntil then, install from this GitHub checkout:
openclaw plugins install /path/to/raily-mcpGrok Bot
There is no one-click on x.ai/bot. In the Grok Bot app:
Settings → Plugins → Add
Custom MCP named
Raily, URLhttps://railyai.com/mcp(no headers)Authorize in the browser → Approve
In chat, type
@and attach Raily
Marketplace listing is not submitted. Do not tell users to npx raily.
Install the plugin (Cursor / developers)
Official catalog later (owner GO). Until then:
Team Marketplace import of
https://github.com/railyai/raily-mcp, orsymlink:
ln -s /path/to/raily-mcp ~/.cursor/plugins/local/raily-mcp
Enable Raily MCP.
The client opens a browser. Sign in to Raily and Approve.
mcp.json in this repo uses Agent Plugins type: streamable-http. That is what a catalog plugin install reads. Grok Bot custom MCP only needs the URL.
Cursor CLI
Cursor CLI drops type: streamable-http (and type: remote). Use url only:
{
"mcpServers": {
"raily": {
"url": "https://railyai.com/mcp"
}
}
}Put that in the project .cursor/mcp.json or ~/.cursor/mcp.json. Copy from cursor-mcp.example.json.
Then:
cursor-agent mcp enable raily
cursor-agent mcp login raily
cursor-agent mcp list-tools railyThere is no cursor mcp add. If mcp login fails, fallback:
npx -y mcp-remote https://railyai.com/mcpOr point mcp.json at that command:
{
"mcpServers": {
"raily": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://railyai.com/mcp"]
}
}
}Revoke
https://railyai.com/integrations — Revoke is instant.
What it can read
Agent status
Brief
Matches
Intros
Memory
Analysis status
Billing status
It cannot update the brief, accept or decline intros, change billing, or otherwise mutate account data.
Layout
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