★ 0 stars
Unknown language
📦 Other
Updated today
Multi-tenant autonomous SOC triage copilot. LangGraph 5-node graph, 5 MCP threat-intel servers in parallel, HyDE retrieval over Pinecone for MITRE ATT&CK mapping, critic-driven revision loop, prompt-injection guardrails, DFIR-IRIS case automation, 200-alert LangSmith eval harness.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aegis-graph": {
"command": "npx",
"args": [
"-y",
"meghnadh7/aegis-graph"
]
}
}
}
Run in terminal:
claude mcp add aegis-graph npx -y meghnadh7/aegis-graph
Add to .cursor/mcp.json:
{
"mcpServers": {
"aegis-graph": {
"command": "npx",
"args": [
"-y",
"meghnadh7/aegis-graph"
]
}
}
}