Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
aletheia_mandate_enforcerSystem prompt directive establishing operational safety boundaries, tool-use conservatism, and mandatory clearance through Aletheia.

Resources

Contextual data attached and managed by the client

NameDescription
Aletheia Runtime Telemetry SummaryReal-time statistics on intercepted tool calls, block rate %, and sub-millisecond latency distribution.
Aletheia Rolling Audit LogLast 50 tool clearance requests with inputs, verdicts, violation signatures, and timestamps.
Signature S3: Scope Creep Beyond MandateEmpirical specification, risk taxonomy, and failure rate data for Signature S3 from the Aletheia benchmark.
Active Operational MandateThe active session mandate parameters, permitted tool boundaries, and permission toggles.

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/vikasny30/aletheia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server