Aegis MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aegis MCP Serverrun a load test simulation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Project Aegis (Anti-Gravity FinTech Edition)
Project Aegis is a simulated core-banking resilience and high-frequency continuity shield demonstration. It is built as a Multi-Agent System (MAS) via the Model Context Protocol (MCP) using NitroStack.
Important Disclaimer
This project is a simulation for demonstration purposes only. There is no real bank, no real money, and no real customer data anywhere in this system. It does not connect to any real banking infrastructure. Everything runs against a mock in-memory ledger initialized with synthetic data.
Related MCP server: MCP Business AI Transformation
Math vs. Presentation Flavor
To evaluate this project accurately, it is important to delineate the actual mathematical implementations from the presentation terminology:
Actual Mathematical & Systems Implementations:
Incremental SVD Sketching: The
IncrementalSVDEngineimplements a real Frequent-Directions-style matrix sketch over a 4-dimensional telemetry vector. It operates in $O(k \cdot d)$ time, maintaining a baseline of nominal system behavior.Exponential Decay & Filtering: The sketch utilizes an exponential decay weighting ($\lambda = 0.95$) to adapt to volume growth and an $L_1$-norm clamp to reject extreme single-frame log corruptions.
Anomaly Detection: The
residualError(x)method mathematically computes the $L_2$ norm of the residual vector after projecting the current telemetry onto the healthy subspace: $|(I - P_S)x|$. Note: The anomaly threshold ($> 15.0$) is a tuned demo constant, not a derived statistical bound.Remediation Patterns:
Request Coalescing: The
SingleFlightGatepattern safely deduplicates identical concurrent reads.Idempotency Locking: The
IdempotencyEnforcercalculates cryptographic hashes to mathematically reject duplicate submission attempts within a TTL window.Admission Control: The
QosShuntingimplements token-bucket based prioritization.
Presentation "Flavor":
The terms "Anti-Gravity", "Orbital Drift", "Kinetic Mass", and "Structural Collapse" are presentation dressing to visually conceptualize standard load-shedding and telemetry-anomaly scenarios. They map directly to standard distributed systems concepts (e.g., "Orbital Drift" = SVD Subspace Residual Error, "Kinetic Mass" = Lock Contention).
The agents (PRIME, ATLAS, CERBERUS, HERMES) act as standard MCP tool providers mapping to the remediation patterns above.
Demonstration Modes
Mock Mode (Default)
By default, the dashboard runs in "Mock mode", against an in-memory database generating synthetic, deterministic data.
Live Validation Mode
This project includes a real, verifiable proof layer alongside the mock engine. The Live validation mode tests the system against a genuine local Postgres 15 instance under real Artillery-generated HTTP load, proving that the anomaly detection is triggering on actual connection-pool contention, not scripted telemetry data.
To run the Live validation mode:
Ensure Docker and Artillery are installed locally:
npm i -g artilleryStart the database:
cd validation && docker-compose up -dStart the legacy core server:
node validation/legacy-core-server.jsOn the frontend dashboard, toggle the "Simulations" data source to Live Validation Harness.
Triggering the Salary Day Storm will now spawn a child process executing the
thundering-herd.ymlload spec against the local Postgres server.
Note: While Live mode operates on real row-level ACID locks and connection pooling limits, it is still a local, single-machine demo rig and should not be considered a production core-banking environment.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sidharthm272007-debug/aegis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server