raymon

Search and inspect Ray-style logs via an MCP server with filtered pagination and UUID payload retrieval.

18|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/bnomei/raymon --skill raymon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raymon
Source: https://github.com/bnomei/raymon/tree/main/skills/raymon
Command: npx skills add https://github.com/bnomei/raymon --skill raymon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raymon's MCP server lets teams search and inspect Ray-style logs, enabling efficient debugging and triage by querying stored entries and fetching full payloads as needed.

Core Features & Use Cases

  • Local or remote MCP server setup with authentication.
  • Filtered searches with pagination and retrieval of full payloads by UUID for debugging.
  • Use cases include investigation of incidents, performance tuning, and auditing log data.

Quick Start

Start Raymon locally and connect an MCP client to begin searching and fetching entries.

Frequently Asked Questions about raymon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and inspect Ray-style logs for debugging?

You can search and inspect Ray-style logs through an MCP server that connects to local or remote deployments. It provides filtered searches with pagination and UUID-based payload retrieval to support efficient debugging and incident triage.

Can I query remote Ray log deployments with authentication using MCP?

Yes, the MCP server supports querying remote Ray log deployments with optional authentication. It allows controlled querying and detailed payload access, ensuring secure and efficient log inspection across both local and remote environments.

How do I retrieve full log payloads by UUID during incident investigation?

You retrieve full log payloads by querying the MCP server with a specific UUID. This allows teams to fetch detailed payload data for precise debugging and triage during incident investigations or performance tuning.

What is the best way to paginate filtered searches across Ray-style logs?

The best way to paginate filtered searches across Ray-style logs is through an MCP server. It offers filtered searches with pagination, allowing teams to systematically browse and inspect large volumes of log entries for auditing and triage.

Does Raymon work for local MCP server setup without remote dependencies?

Yes, Raymon supports local MCP server setup without requiring remote dependencies. You can start the server locally and connect an MCP client to begin searching and fetching log entries, making it suitable for local debugging and triage.