★ 116 stars
Rust
🤖 AI/LLM
Updated 2mo ago
Reticle intercepts, visualizes, and profiles JSON-RPC traffic between your LLM and MCP servers in real-time, with zero latency overhead. Stop debugging blind. Start seeing everything.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-reticle": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-reticle"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-reticle cargo run -- mcp-reticle
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-reticle": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-reticle"
]
}
}
}
📋 Copy
Topics
agent ai ai-agents analytics anthropic-claude awesome debugging debugging-tool devops mcp mcp-client mcp-security mcp-server mcp-tools model-context-protocol