Connect Claude Code to your organization's knowledge graph for architecture exploration and incident investigation.
-
Add the plugin marketplace:
/plugin marketplace add opentrace/claude-code -
Install the plugin:
/plugin install opentrace -
Authenticate: On first use, you'll be prompted to sign in via your browser.
Use discover_architecture to explore my system starting from payment-service
Maps dependencies, identifies architectural patterns, and provides insights about a component's role.
Use dependency_analysis to understand how payment-service connects to other components
Maps upstream dependencies (what it relies on) and downstream dependents (what relies on it).
Search for all services related to authentication
or use the tools directly:
Use search_nodes to find services matching "payment"
Use query_nodes to list all Service nodes
Use impact_analysis to check what would be affected if we modify billing-api
Identifies all dependent components and highlights critical paths.
| Category | Tools |
|---|---|
| Discovery | search_nodes, query_nodes, get_node, find_similar_nodes |
| Traversal | traverse_dependencies, traverse_incoming, traverse_outgoing, get_neighbors |
| Analysis | find_path, get_node_statistics |
| Source | load_source (GitHub/GitLab integration) |
Analysis Prompts: discover_architecture, impact_analysis, dependency_analysis
| Problem | Solution |
|---|---|
| Authentication failed | Ensure you have an active OpenTrace account and are a member of an organization |
| No results found | Your knowledge graph may not have data yet, or check component name spelling |
| Connection errors | Check internet connection; verify https://api.opentrace.ai is accessible |