-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Apoorv Raj Saxena edited this page Jan 6, 2026
·
2 revisions
Reticle is a low-overhead proxy + UI for inspecting and profiling MCP JSON-RPC traffic between MCP clients and MCP servers.
- Getting started: Getting-Started
- CLI reference: CLI
- Client setup: Client-Configuration
- Troubleshooting: Troubleshooting
- Wrap your MCP server with
mcp-reticle run - Launch the UI with
mcp-reticle ui - Inspect requests/responses, stderr, latency, and token estimates
See: Getting-Started
Use mcp-reticle proxy to reverse-proxy an upstream MCP server and inspect traffic.
See: CLI
Reticle sits between:
- MCP client (Claude Desktop, Cursor/Cline, custom agents)
- MCP server (your tools)
It intercepts JSON-RPC messages, correlates request/response, and streams telemetry to the UI.
See: Architecture
Reticle can capture tool inputs/outputs and server stderr. Treat logs and exports as sensitive artifacts.
See: Security
- Dev environment and commands: Development
- Repo contribution guidelines: see
CONTRIBUTING.mdin the main repo.
Reticle · MCP inspection & profiling · MIT licensed