You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
15
15
- CI container vulnerability scanning via Trivy.
16
16
- CI dependency vulnerability audit using `pip-audit`.
17
17
- Developer workflows for local stack (`make up`, `make down`) and audit target (`make audit-uv`).
18
+
- MCP (Model Context Protocol) server via `secnodeapi-mcp` with tools (run_scan, run_skill, list_skills, export_report) and resources for Cursor/IDE integration.
The deploy stack uses `pgvector/pgvector:pg16-trixie` for Postgres. When enabled, the agent ingests target profiles, exploit attempts, endpoint patterns, and skill performance into vector storage. Retrieval augments planner context and skill ranking with historical success rates.
242
+
243
+
## MCP (Model Context Protocol)
244
+
245
+
SecNode API exposes an MCP server so AI assistants (Cursor, Claude Desktop, etc.) can run scans and query findings via tools.
0 commit comments