-
Notifications
You must be signed in to change notification settings - Fork 46
Getting Started
Apoorv Raj Saxena edited this page Jan 6, 2026
·
1 revision
Fastest path to seeing MCP traffic in Reticle.
Choose one:
npm install -g mcp-reticle
# or
pip install mcp-reticle
# or
brew install labterminal/mcp-reticle/mcp-reticleVerify:
mcp-reticle --helpWrap your existing server command with:
mcp-reticle run --name <server-name> -- <server command...>Example (Claude Desktop-style config):
{
"mcpServers": {
"filesystem": {
"command": "mcp-reticle",
"args": ["run", "--name", "filesystem", "--", "npx", "-y", "@modelcontextprotocol/server-filesystem", "/Users/me/work"]
}
}
}mcp-reticle uiYou should now see JSON-RPC messages, correlated request/response pairs, stderr output, and profiling data.
mcp-reticle run --log -- <server command...>Example:
mcp-reticle run --log -- npx -y @modelcontextprotocol/server-memorymcp-reticle proxy --name api --upstream http://localhost:8080 --listen 3001- Full command reference: CLI
- Configure common clients: Client-Configuration
- If nothing appears: Troubleshooting
- How it works: Architecture
- Export formats: Exports
Reticle · MCP inspection & profiling · MIT licensed