Skip to main content
Glama
railyai

Raily MCP

Official
by railyai

Raily MCP

Raily 개인 에이전트용 읽기 전용 Agent Plugin입니다. 호스팅된 Streamable HTTP MCP인 https://railyai.com/mcp를 가리킵니다.

권한 범위(scope)는 읽기 전용입니다. 이 플러그인은 사용자 데이터를 절대 쓰거나 변경하지 않습니다. 이 리포지토리에는 API 키, 베어러 토큰 또는 시크릿이 있으면 안 됩니다.

OAuth는 항상 브라우저에서 진행됩니다. 토큰을 채팅이나 설정 파일에 붙여넣지 마세요.

사이트에서 원클릭

https://railyai.com/integrations — Grok, Codex, Claude Code 또는 Cursor 옆의 연결을 클릭하세요. 그러면 권한 부여가 연결됨으로 표시되고 그 사이트에서 철회할 수 있습니다.

사이트에서 연결하는 방식은 Cursor에 토큰을 저장하지 않습니다. 어시스턴트는 여전히 자체 OAuth를 수행합니다(아래의 플러그인 또는 CLI 사용). 로그인과 읽기 전용 권한 범위는 동일합니다.

Related MCP server: WHOOP MCP

OpenClaw / ClawHub

이 리포지토리는 Agent Plugins 번들입니다(네이티브 OpenClaw 코드 플러그인이 아님). OpenClaw는 plugin.json + mcp.json + skills/raily/SKILL.md를 매핑합니다.

조직 등록이 게시된 후(소유자 GO, 게시자 railyai, 절대 nttylock 아님):

openclaw plugins install clawhub:@railyai/raily

그때까지는 이 GitHub 저장소에서 설치하세요:

openclaw plugins install /path/to/raily-mcp

Grok Bot

x.ai/bot에는 원클릭 연동이 없습니다. Grok Bot 앱에서:

  1. 설정 → 플러그인 → 추가

  2. Raily라는 이름의 커스텀 MCP를 추가하고 URL을 https://railyai.com/mcp로 지정(헤더 없음)

  3. 브라우저에서 권한 부여 → 승인

  4. 채팅에서 @를 입력하고 Raily을 연결

마켓플레이스 등록은 제출되지 않았습니다. 사용자에게 npx raily를 실행하라고 안내하지 마세요.

플러그인 설치 (Cursor / 개발자)

  1. 공식 카탈로그는 나중에 제공됩니다(소유자 GO). 그때까지는:

    • https://github.com/railyai/raily-mcp를 Team Marketplace에서 가져오거나,

    • 심링크: 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-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.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