aletheia-mcp
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., "@aletheia-mcpRun this Python code with supervisor auditing."
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.
Aletheia-MCP 🛡️🔍
Aletheia-MCP (named after Aletheia, the Greek goddess/concept of truth and disclosure) is an advanced multi-agent runtime validation and execution engine. Inspired by Google DeepMind's AI Control Roadmap (June 2026), it establishes a dual-agent boundary system designed to secure autonomous LLMs executing terminal commands, modifying files, and running code.
It exposes execution capabilities through the Model Context Protocol (MCP), running untrusted agent-generated code inside a secure, containerized Docker sandbox while a real-time Supervisor Agent audits the worker's reasoning process and intercepts tool parameters before they execute.
Key Features
Dual-Agent A2A Collaboration: Implements stateful worker-supervisor interaction protocols via
LangGraph.DeepMind AI Control Audit: Intercepts the Worker's thinking trace and proposed tool arguments out-of-band, validating actions against security rules.
Secure Dockerized Sandbox: Executes terminal instructions and script tasks in ephemeral, resource-constrained containers.
Dynamic Security Dashboard: Built with FastAPI and real-time streaming to visualize agent reasoning, decision logs, and manual approval gates.
OKF (Open Knowledge Format) RAG: Pulls target environment parameters and security runbooks dynamically using semantic search to guide the supervisor.
Related MCP server: Docker MCP Server
System Architecture
+---------------------------------------+
| User Request |
+-------------------+-------------------+
|
v
+-------------------+-------------------+
| Worker Agent |
| (Generates code, runs terminal cmds) |
+-------------------+-------------------+
|
| [Intercepts Tool Calls]
v
+----------------------------------------+---------------------------------------+
| Supervisor Agent |
| - Reasoning Trace Auditor |
| - Tool Call Validator (Checks payloads, paths, code safety) |
| - Security Guardrail (OWASP Agentic Top 10 Scanner) |
+----------------------------------------+---------------------------------------+
|
[Approved] | [Rejected]
+--------------------+--------------------+
| |
v v
+-------------------+-------------------+ +---------+---------+
| Sandboxed MCP Server | | Force Rollback |
| (Dockerized execution of bash/python) | | & Re-planning |
+---------------------------------------+ +-------------------+Getting Started
Prerequisites
Python 3.10+
Docker (for containerized execution)
Gemini API Key (set as
GEMINI_API_KEY)
Setup & Run
Clone the repository:
git clone https://github.com/xenoroses/aletheia-mcp.git cd aletheia-mcpInstall dependencies:
pip install uv uv pip install -e .Start the FastAPI dashboard and safety orchestrator:
python -m aletheia.appOpen
http://localhost:8000to interact with the UI.
License
MIT License.
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.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides sandboxed code execution for AI agents with support for Python, JavaScript, and shell commands. Includes comprehensive safety features like destructive pattern blocking, timeout protection, and restricted file access for secure production use.41MIT
- Alicense-qualityDmaintenanceEnables LLMs to safely execute code in isolated Docker containers with resource limits and security controls, supporting session management and automatic dependency installation.MIT
- Alicense-qualityBmaintenanceA throwaway Docker sandbox for agents to run code and shell commands safely.24MIT
- Flicense-qualityCmaintenanceProvides a secure, containerized Python sandbox for executing LLM-generated code with multi-layer isolation, along with JSON/CSV validation and workspace state snapshots.
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Runtime permission, approval, and audit layer for AI agent tool execution.
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/xenoroses/aletheia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server