-
Notifications
You must be signed in to change notification settings - Fork 46
CLI
Apoorv Raj Saxena edited this page Jan 6, 2026
·
1 revision
For the complete and most accurate list of flags on your installed version, run:
mcp-reticle --help
mcp-reticle run --help
mcp-reticle proxy --help
mcp-reticle ui --help
mcp-reticle daemon --helpBasic:
mcp-reticle run -- npx -y @modelcontextprotocol/server-githubRecommended (name the server):
mcp-reticle run --name github -- npx -y @modelcontextprotocol/server-githubLog-only (no GUI required):
mcp-reticle run --log -- npx -y @modelcontextprotocol/server-memoryStructured output:
mcp-reticle run --log --format json -- python -m my_mcp_servermcp-reticle proxy --name api --upstream http://localhost:8080 --listen 3001mcp-reticle uiDetach:
mcp-reticle ui --detachDevelopment mode:
mcp-reticle ui --devmcp-reticle daemon --socket /tmp/reticle.sock- Client setup: Client-Configuration
- Troubleshooting: Troubleshooting
- Exports: Exports
Reticle · MCP inspection & profiling · MIT licensed