aletheia-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aletheia_set_mandateA | Establish or update the active operational safety mandate for this agent session. Declares permissible boundaries, allowed tools, filesystem directories, write permissions, and risk tolerance. Loosening restrictions requires operatorSecret. |
| aletheia_get_mandateA | Retrieve the current operational safety mandate, permissions, and active boundary constraints. |
| aletheia_interceptB | Universal sub-millisecond safety gatekeeper. Evaluates any proposed tool invocation against Signature S3 (Scope Creep) and S2b (Prompt Injection) to block destructive, out-of-boundary, or compromised actions before execution. |
| aletheia_safe_bashA | Execute a shell/bash command with inline sub-millisecond Signature S3 scope creep protection. Blocks destructive deletes (rm -rf), disk formatting, fork bombs, credential harvesting, privilege escalation, and unauthorized network egress. |
| aletheia_safe_sqlA | Audit or execute a database query with Signature S3 safety filters. Detects destructive DDL (DROP, TRUNCATE), unbounded DML (DELETE/UPDATE without WHERE), and privilege tampering. |
| aletheia_get_telemetryA | Retrieve runtime safety telemetry: total tool calls evaluated, block rate %, latency percentiles (p50, p95, p99 < 1ms), and violation counts broken down by signature. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| aletheia_mandate_enforcer | System prompt directive establishing operational safety boundaries, tool-use conservatism, and mandatory clearance through Aletheia. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Aletheia Runtime Telemetry Summary | Real-time statistics on intercepted tool calls, block rate %, and sub-millisecond latency distribution. |
| Aletheia Rolling Audit Log | Last 50 tool clearance requests with inputs, verdicts, violation signatures, and timestamps. |
| Signature S3: Scope Creep Beyond Mandate | Empirical specification, risk taxonomy, and failure rate data for Signature S3 from the Aletheia benchmark. |
| Active Operational Mandate | The active session mandate parameters, permitted tool boundaries, and permission toggles. |
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/vikasny30/aletheia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server