Skip to content
Apoorv Raj Saxena edited this page Jan 6, 2026 · 1 revision

FAQ

Does Reticle add latency?

Reticle is designed to keep overhead extremely low by forwarding traffic transparently and emitting telemetry out-of-band.

Can I use Reticle without the UI?

Yes. Use log-only mode:

mcp-reticle run --log -- <server command...>

Does Reticle work with HTTP-based MCP servers?

Yes. Use:

mcp-reticle proxy --name api --upstream http://localhost:8080 --listen 3001

Where do I start if nothing shows up?

Start with: Troubleshooting

Clone this wiki locally