Overview
Theaguara discover command scans well-known paths for MCP (Model Context Protocol) client configurations across 17 supported applications. It identifies installed clients and lists their configured servers.
Usage
Examples
Flags
Thediscover command accepts no arguments and uses only global flags:
Output format.Valid values:
terminal- Tree-style view with client detailsjson- Structured JSON for parsingmarkdown(ormd) - Markdown tables
Output Formats
Terminal (default)
Tree-style view showing discovered clients and their configured servers:JSON
Structured output for automation and integration:Markdown
Markdown tables for documentation:Supported Clients
Aguara discovers configurations for 17 MCP-compatible clients:Desktop Applications
- Claude Desktop (macOS)
- Claude Desktop (Windows)
- Zed Editor
VS Code Extensions
- Cline (formerly Roo-Cline)
- Continue
- Sourcegraph Cody
- GitHub Copilot Chat
- Aide
JetBrains IDEs
- IntelliJ IDEA
- PyCharm
- WebStorm
- GoLand
Other Editors
- Emacs
- Neovim
- Jupyter
CLI Tools
- mcp (official CLI client)
Discovery Paths
Aguara scans well-known configuration locations based on your operating system:macOS
Linux
Windows
Use Cases
Inventory MCP installations
Discover what MCP clients and servers are installed on your machine:Auto-scan all discovered configs
Combine withaguara scan --auto to scan all discovered configurations:
Export for documentation
Generate markdown documentation of your MCP setup:Automation and CI
Use JSON output in scripts and CI pipelines:No Clients Found
If no MCP clients are discovered:- No supported MCP clients are installed
- Clients are installed in non-standard locations
- Configuration files don’t exist yet
Security Scanning
After discovering MCP configurations, scan them for vulnerabilities:Exit Codes
| Code | Meaning |
|---|---|
| 0 | Discovery completed successfully (even if no clients found) |
| 1 | Error during discovery process |
Related Commands
- aguara scan - Scan discovered configs for security issues
- aguara list-rules - View detection rules
