Add files via upload

This commit is contained in:
公明
2026-03-17 20:17:27 +08:00
committed by GitHub
parent 147e5e4529
commit df14545582
7 changed files with 502 additions and 0 deletions
+1
View File
@@ -270,6 +270,7 @@ go build -o cyberstrike-ai cmd/server/main.go
- **Web mode** ships with HTTP MCP server automatically consumed by the UI.
- **MCP stdio mode** `go run cmd/mcp-stdio/main.go` exposes the agent to Cursor/CLI.
- **External MCP federation** register third-party MCP servers (HTTP, stdio, or SSE) from the UI, toggle them per engagement, and monitor their health and call volume in real time.
- **Optional MCP servers** the [`mcp-servers/`](mcp-servers/README.md) directory provides standalone MCPs (e.g. reverse shell). They speak standard MCP over stdio and work with CyberStrikeAI (Settings → External MCP), Cursor, VS Code, and other MCP clients.
#### MCP stdio quick start
1. **Build the binary** (run from the project root):