agent-bom-discover
Discover AI agents, MCP servers, and configurations on this machine or environment. Use when: "find agents", "what's configured", "doctor", "what MCP servers", "show me what's installed", "mcp inventory".
Best use case
agent-bom-discover is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Discover AI agents, MCP servers, and configurations on this machine or environment. Use when: "find agents", "what's configured", "doctor", "what MCP servers", "show me what's installed", "mcp inventory".
Teams using agent-bom-discover should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/discover/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agent-bom-discover Compares
| Feature / Agent | agent-bom-discover | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Discover AI agents, MCP servers, and configurations on this machine or environment. Use when: "find agents", "what's configured", "doctor", "what MCP servers", "show me what's installed", "mcp inventory".
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# agent-bom-discover — AI Agent & MCP Server Discovery Discovers AI agents, MCP servers, and their configurations across 22+ AI tools on this machine. Shows what's installed, configured, and registered in the bundled 427+ MCP server registry. ## Install ```bash pipx install agent-bom agent-bom agents # discover all AI agents and MCP servers agent-bom doctor # check prerequisites and configuration health agent-bom mcp inventory # list all discovered MCP servers agent-bom where # show all discovery paths ``` ## When to Use - "find agents" / "what agents are configured" - "what MCP servers do I have" - "what's configured on this machine" - "mcp inventory" - "doctor" / "check my setup" - "show me what's installed" ## Commands ```bash # Discover all AI agents and MCP servers agent-bom agents # Check configuration health and prerequisites agent-bom doctor # List MCP server inventory agent-bom mcp inventory # Show all discovery paths agent-bom where ``` ## Examples ``` # Discover all agents agents() # Run health check doctor() # List MCP inventory inventory() ``` **Example output:** ``` Discovered 3 MCP clients: Claude Desktop — 4 servers configured Cursor — 2 servers configured VS Code — 1 server configured Servers: filesystem, brave-search, github, slack, postgres, linear, notion Registry: 5/7 servers found in registry (427+ entries) ``` ## Guardrails - Discovery is read-only — no files are modified, no packages installed. - Env var values in config files are always replaced with `***REDACTED***` before processing. - Only structural data (server names, commands, URLs) is extracted. - Confirm with user before scanning paths outside the home directory.