Kaiza MCP Server
Provides a SIEM-ready audit firehose that logs prompt payloads, policy violations, and file mutations in an append-only, cryptographic hash-chained format intended for immediate ingestion and security monitoring.
Provides a SIEM-ready audit firehose that logs prompt payloads, policy violations, and file mutations in an append-only, cryptographic hash-chained format intended for immediate ingestion and security monitoring.
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., "@Kaiza MCP Serverwrite_file app/models/user.rb using plan ID 'auth-refactor-2024'"
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.
ATLAS-GATE MCP (VS Code Edition)
The Single-IDE Brokered Security Gateway for Agentic AI
ATLAS-GATE is a Zero-Trust security gateway that enforces "Plans are Laws" for AI agents. This version is optimized for VS Code, consolidating the former dual-agent (Antigravity/Windsurf) model into a single, high-performance MCP Broker.
๐ The Problem: Agentic Chaos
AI agents can write arbitrary code to any file โ no pre-authorization, no audit trail, no quality enforcement. ATLAS-GATE fixes this by requiring every file write to pass through a five-gate cryptographic pipeline before a single byte reaches disk.
๐๏ธ The Solution: Brokered Architecture
Instead of managing two separate agents and servers, ATLAS-GATE now runs as a single MCP server that internally manages the lifecycle of your changes.
One Server:
atlas-gatehandles both planning and execution.One Session: The broker maintains state, active plans, and audit logs.
One Config: Simple
.vscode/mcp.jsonsetup.
How it works (The Five-Gate Pipeline)
Every write_file call passes through five sequential gates:
Schema: Validates input structure.
Plan Authority: Ensures an active, signed plan exists in the broker session.
Intent: Requires a companion
.intent.mdexplaining why the change is happening.Stub Detection: AST-level blocks on
TODO,mock, emptycatch, etc.Audit Commit: Writes to disk and appends to the hash-chained audit log.
๐ Quickstart (VS Code)
1. Installation
git clone https://github.com/dylanmarriner/ATLAS-GATE-MCP.git
cd ATLAS-GATE-MCP
npm install2. Automated Setup
Run the setup script to generate your VS Code MCP configuration:
npm run setup:vscodeThis creates .vscode/mcp.json pointing to the local broker.
3. Verify Environment
Run the doctor script to ensure everything is ready:
npm run doctor:vscode๐ MCP Client Configuration
VS Code (with Copilot/MCP support) will now see a single server:
{
"servers": {
"atlas-gate": {
"command": "node",
"args": ["/path/to/bin/atlas-gate-vscode.js"],
"env": {
"ATLAS_WORKSPACE_ROOT": "${workspaceFolder}",
"ATLAS_HOST_IDE": "vscode"
}
}
}
}โก The Brokered Workflow
Initialize: Call
begin_sessionwith your workspace root.Plan: Draft your plan and call
lint_plan.Authorize: Call
save_plan. The broker signs the plan and locks it into the current session.Execute: Call
write_file. The broker automatically validates against the session-locked plan.Verify: Call
verify_phaseto confirm the integrity of your changes.
โ๏ธ Key Scripts
Command | Description |
| Manually start the VS Code Broker |
| Generate VS Code MCP configuration |
| Run diagnostic checks on the broker |
| Run the full security and integration test suite |
๐ก๏ธ Governance Invariants
ATLAS-GATE enforces eight mechanical invariants (I1โI8) to ensure total auditability and code quality. From Path Confinement (I3) to Zero-Stub Enforcement (I4), the broker ensures that your AI agents remain within the guardrails you define.
๐ค Contributing
The quality bar is mechanically enforced. PRs containing TODO, stub implementations, or empty error handlers will be rejected by the same pipeline that governs the AI agents.
Author: Dylan Marriner ยท Version: 2.1.0 ยท License: MIT
This server cannot be installed
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
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/dylanmarriner/MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server