Raily MCP
OfficialRaily MCP
Ein Agent Plugin mit Lesezugriff für den persönlichen Raily-Agenten. Es zeigt auf das gehostete Streamable-HTTP-MCP unter https://railyai.com/mcp.
Die Scopes sind nur lesend. Das Plugin schreibt oder verändert niemals Benutzerdaten. API-Schlüssel, Bearer-Tokens oder Geheimnisse gehören nicht in dieses Repository.
OAuth läuft immer im Browser ab. Fügen Sie keine Tokens in Chat oder Konfiguration ein.
Mit einem Klick auf der Website
https://railyai.com/integrations — Neben Grok, Codex, Claude Code oder Cursor auf Connect klicken. Dadurch wird die Freigabe als Connected markiert, und Sie können sie dort widerrufen.
Die Freigabe über die Website überträgt keine Tokens an Cursor. Der Assistent führt weiterhin sein eigenes OAuth durch (Plugin oder CLI unten). Gleicher Login, gleiche Nur-Lese-Scopes.
Related MCP server: WHOOP MCP
OpenClaw / ClawHub
Dieses Repository ist ein Agent-Plugins-Bundle (kein natives OpenClaw-Code-Plugin).
OpenClaw mappt plugin.json + mcp.json + skills/raily/SKILL.md.
Sobald der Organisations-Eintrag live ist (Owner GO, Publisher railyai, niemals nttylock):
openclaw plugins install clawhub:@railyai/railyBis dahin installieren Sie aus diesem GitHub-Checkout:
openclaw plugins install /path/to/raily-mcpGrok Bot
Auf x.ai/bot gibt es keine Ein-Klick-Option. Gehen Sie in der Grok-Bot-App so vor:
Einstellungen → Plugins → Hinzufügen
Custom MCP namens
Raily, URLhttps://railyai.com/mcp(keine Header)Im Browser autorisieren → Genehmigen
Geben Sie im Chat
@ein und wählen Sie Raily aus
Der Marketplace-Eintrag ist nicht eingereicht. Sie sollen Benutzer nicht zu npx raily auffordern.
Plugin installieren (Cursor / Entwickler)
Offizieller Katalog später (Owner GO). Bis dahin:
Team Marketplace-Import
https://github.com/railyai/raily-mcp, oderSymlink:
ln -s /path/to/raily-mcp ~/.cursor/plugins/local/raily-mcp
Aktivieren Sie Raily MCP.
Der Client öffnet einen Browser. Melden Sie sich bei Raily an und bestätigen Sie.
mcp.json in diesem Repo verwendet Agent Plugins mit type: streamable-http. Das ist es, was eine Plugin-Installation aus dem Katalog liest. Das Custom MCP von Grok Bot benötigt nur die URL.
Cursor CLI
Cursor CLI verwirft type: streamable-http (und type: remote). Verwenden Sie allein die URL:
{
"mcpServers": {
"raily": {
"url": "https://railyai.com/mcp"
}
}
}Fügen Sie das in die .cursor/mcp.json des Projekts oder ~/.cursor/mcp.json ein. Kopieren Sie die Datei aus dem Beispiel cursor-mcp.example.json.
Danach:
cursor-agent mcp enable raily
cursor-agent mcp login raily
cursor-agent mcp list-tools railyEs gibt kein cursor mcp add. Falls mcp login fehlschlägt, Fallback:
npx -y mcp-remote https://railyai.com/mcpOder verweisen Sie mcp.json auf diesen Befehl:
{
"mcpServers": {
"raily": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://railyai.com/mcp"]
}
}
}Widerrufen
https://railyai.com/integrations — Der Widerruf ist sofort wirksam.
Was es lesen kann
Agent-Status
Brief
Matches
Intros
Memory
Analyse-Status
Abrechnungsstatus
Es kann den Brief nicht aktualisieren, keine Intros annehmen oder ablehnen, die Abrechnung nicht ändern oder sonst wie Kontodaten verändern.
Aufbau
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