alethia-mcp
Officialby vitron-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALETHIA_HOST | No | Host of the Alethia runtime | 127.0.0.1 |
| ALETHIA_PORT | No | Port of the Alethia runtime | 47432 |
| ALETHIA_DEBUG | No | Set to 1 for debug logging on stderr | |
| ALETHIA_VISIBLE | No | Deprecated — set to 0 as a legacy alias for ALETHIA_HEADLESS=1. Removed in a future release. | |
| ALETHIA_HEADLESS | No | Set to 1 to hide the cockpit window. Default is visible. CI environments auto-hide. | |
| ALETHIA_BRIDGE_SRI | No | Require any auto-downloaded bridge tarball to match this sha512-<base64> integrity string. | |
| ALETHIA_HIGHLIGHTS | No | Per-step highlights on the target. Default ON since 0.8.3. Set to 0 to disable for headless / max-speed runs. | 1 |
| ALETHIA_TIMEOUT_MS | No | Per-request timeout in milliseconds | 60000 |
| ALETHIA_RUNTIME_DIR | No | Where the auto-installed runtime lives. Override for sandboxing or to stash multiple installs. | ~/.alethia/runtime |
| ALETHIA_BRIDGE_VERSION | No | Pin the bridge itself to a specific version (e.g. 0.8.0). Skips the npm auto-update check. | |
| ALETHIA_RUNTIME_VERSION | No | Pin the bridge to a specific runtime version (e.g. 0.4.0). | |
| ALETHIA_SKIP_AUTO_UPDATE | No | Set to 1 to disable the bridge's npm registry check entirely. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/vitron-ai/alethia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server