Raily MCP
MCP serverEverything elseRaily personal-agent MCP with scoped reads and approved actions.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Raily MCP
From the project's README
As published by railyai/raily-mcp in README.md.
Connect your Raily personal agent to an MCP client through the hosted endpoint
https://railyai.com/mcp (Streamable HTTP). This repository is the
@railyai/raily Agent Plugins bundle; it does not run a local MCP server and has
no npx raily command.
Capabilities and permissions
The current server exposes 47 registered tools: status, Brief, match cards and contacts, Memory, Focus, settings, matching controls, and analysis/top-up handoffs. See the generated complete tool catalog, the API guide and live agent guide.
Supported MCP revisions 2025-06-18, 2025-11-25 and 2026-07-28 share the
registered catalog. Discovery is not permission: each call requires its
corresponding scope, supported credential type and enabled server capability.
The default personal key from Keys
currently has agent:read only; it does not authorize every listed read or write.
Use browser OAuth consent/step-up for additional supported scopes.
Actions can change your data. Ask the agent for the intended action explicitly; it must follow the server's approval and idempotency contracts. Paid actions and Memory reset require their first-party approval flows. A top-up/analysis link opens a first-party flow; it is not proof of payment or completed analysis.
Connect directly
Use the official vendor client. Verify its executable provenance and version;
third-party grok-dev is not official xAI Grok. Authentication to the LLM provider
and authorization to Raily are separate. Never paste tokens into chat, commit
credentials, or put bearer values on a command line. Keep them in a supported
credential store or owner-only environment file. Never reset Keychain for setup.
Cursor Agent
Merge the URL-only entry from cursor-mcp.example.json
into your project .cursor/mcp.json or private ~/.cursor/mcp.json, preserving
other servers. Then use the official cursor-agent, not the editor launcher:
cursor-agent mcp enable raily
cursor-agent mcp login raily
cursor-agent mcp list-tools raily
Complete browser consent. Portable plugin mcp.json uses streamable-http;
Cursor Agent's native config uses the URL-only example. Do not copy one format
into the other. Installation in a marketplace is not authentication.
Codex CLI
codex mcp add raily --url https://railyai.com/mcp
codex mcp login raily
codex mcp list
Complete browser consent. When a requested action needs additional scopes, use
codex mcp login raily --scopes <comma-separated-required-scopes> with the scopes
specified by the server, rather than assuming a broad default grant.
Official xAI Grok
On the certified Mac install the official executable was ~/.grok/bin/grok.
Check your actual vendor installation, then configure the direct HTTP transport:
grok mcp add --transport http raily https://railyai.com/mcp
grok mcp doctor raily --json
These commands configure/check the connection; they do not themselves guarantee
OAuth completion. If authentication is required, complete the client's supported
auth flow or configure its private environment-backed bearer header. The certified
Grok run used a separately provisioned Raily credential; do not infer browser OAuth
or Grok Bot marketplace acceptance from that result. Never put a literal bearer
secret in --header arguments or shared project configuration.
Other clients
In a client that supports remote Streamable HTTP MCP, add
https://railyai.com/mcp and complete its browser OAuth flow when supported.
Claude Code/Desktop and Grok Bot UI are not certified by this bundle release.
Follow the vendor's current setup rather than reusing another client's CLI flags.
Manage/revoke Raily access at Integrations.
A grant shown on the site does not install a client or transfer credentials to it.
Install the bundle
The ClawHub package is @railyai/raily, owned by railyai:
openclaw plugins install clawhub:@railyai/raily
For a Git checkout, use a compatible Agent Plugins client's local import, or:
openclaw plugins install /path/to/raily-mcp
Cursor Marketplace submission and MCP Registry publication are separate from ClawHub publication. Do not treat a source repository or release tag as a catalog listing. See PUBLISHING.md for verification commands and channels.
Compatibility evidence
The Raily server's isolated 2026-09-21 certification exercised official Grok 1.0.34, Codex 0.154.0 and Cursor Agent 2026.08.11-e8db854 (composer-2.5), including native settings write/read-back, replay/conflict, scope refusal and revocation. This describes that recorded server/client wave, not every future client version or installation of this bundle. Grok doctor exposes a count, not all tool names; Codex JSON does not expose its complete negotiated catalog. Claude was excluded. Later runner assertions received hermetic coverage without a new native wave.
Maintain and validate
Node.js 22 or later is needed only for repository validation, not to use the remote server. The published bundle has no JS runtime or dependencies.
npm run catalog:sync # refresh generated catalog from the live canonical registry mirror
npm run check # offline manifest/version/catalog checks
npm run catalog:check # fail if the server catalog has changed
mcp-publisher validate server.json
npm pack --dry-run
Release all manifest versions together. CHANGELOG.md records the bundle changes; the server remains independently deployed at the stable endpoint.
Advanced
- Delivery
- raily MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-railyai-raily- Source
- github.com/railyai/raily-mcp
- Hosted endpoint
https://railyai.com/mcp