feat: add Prometheus/Grafana, ArgoCD, and Trivy MCP servers (servers 7-9) - #3
Merged
Merged
Conversation
…7-9) - servers/07_prometheus_grafana.py: 15 tools for PromQL queries, alerts, targets, Grafana dashboards/datasources - servers/08_argocd_manager.py: 12 tools for ArgoCD app CRUD, sync, rollback, JWT auth, repo management - servers/09_trivy_scanner.py: 9 tools for image CVE scanning, K8s namespace scan, IaC config scanning, SBOM - k8s/prometheus/, k8s/grafana/, k8s/argocd/: K8s manifests with RBAC, NodePorts 30090/30030/30085 - streamlit_app/app.py: 3 new pages (Prometheus & Grafana, ArgoCD, Trivy Scanner) — now 9 pages total - streamlit_app/utils.py: http_get/http_post now support optional auth and json_data param - claude_mcp_config.json: registered all 9 MCP servers - CLAUDE.md: updated to document 9 servers, new services, and all key commands Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
07_prometheus_grafana.py): 15 tools — PromQL instant/range queries, alerts, scrape targets, metric listing, pod CPU/memory usage, Grafana dashboard/datasource CRUD08_argocd_manager.py): 12 tools — ArgoCD app list/get/create/delete/sync/rollback, JWT auth via K8s secret, repo registration09_trivy_scanner.py): 9 tools — image CVE scanning (summary + full), critical-only scan, filesystem scan, IaC config scan, K8s namespace scan, SBOM generation, DB updateclaude_mcp_config.jsonTest plan
python3 servers/07_prometheus_grafana.pystarts without import errorspython3 servers/08_argocd_manager.pystarts without import errorspython3 servers/09_trivy_scanner.pystarts without import errorsstreamlit run streamlit_app/app.pybrew install trivyis done🤖 Generated with Claude Code