
from raymon17
Lightweight searchable Ray-compatible log server (Raymon) exposing an MCP interface for agents to search, list, and fetch full log entries for debugging and tri
Raymon provides a Ray-style log collection and TUI with an MCP-compatible HTTP interface. Agents can search stored log entries with filters and pagination, then fetch full payloads by UUID for debugging. Integrations exist for multiple languages so applications can send Ray-style dumps to Raymon.
Use Raymon to centralize and query structured debug logs from apps (local or remote), inspect payloads during incident response, or integrate with an agent harness that needs a searchable log store. Prefer authenticated remote setups to avoid exposing logs.
raymon locally, examples to add it as an MCP server to agent harnesses (Codex CLI example), workflows for search → pick UUID → fetch details, and guardrails for remote auth.{}
Raymon is an MCP server for searching and inspecting Ray-style log entries. The SKILL.md is well-written with clear workflows for local and remote setup, search/fetch patterns, and proper security guidance (auth token enforcement, warnings against insecure remote mode). No bundled scripts to test. The skill targets a specific niche (Ray ecosystem users) but provides genuine debugging value.
Clean skill with good security posture. Explicitly warns against RAYMON_ALLOW_INSECURE_REMOTE=1. Auth is promoted as default for remote setups. Architecture is flat (no scripts/references dirs). Useful for Ray ecosystem developers but niche audience.