Skip to main content
Glama
ntxptrevor

eGordian AEO MCP Service

by ntxptrevor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to listen on (default `8080`).8080
AUTH_MODENoAuthentication mode: `dev` for local development, `bearer` for production. Note: `AUTH_MODE=dev` is refused when `DEPLOYMENT_ENV=production`.
DATABASE_URLNoPostgreSQL connection string. If set, uses PostgresRepository; otherwise falls back to SQLite `data.db`.
DEPLOYMENT_ENVNoDeployment environment, e.g., `production`, `preview`. Affects security restrictions.
SERVICE_TOKENSYesSemicolon-separated entries of the form `token|user|projects|scopes`. Required for bearer authentication (e.g., `REPLACE_TOKEN|trevor|P-1|catalogue:read,egordian:read,aeo:run,aeo:approve`).
CATALOGUE_SHA256NoSHA256 of the plaintext catalogue (for the registry-safe variant).
CATALOGUE_DB_PATHNoPath to the immutable licensed SQLite catalogue (read-only, `immutable=1`).
ALLOW_EGORDIAN_WRITESNoSet to `true` to allow eGordian writes (default `false`). Writes also require scope and approval envelope.false
ALLOW_ADMIN_OPERATIONSNoSet to `true` to allow admin operations (default `false`). Gates endpoints like `HealthCheck/RefreshCache`.false
EGORDIAN_AUTH_PROVIDERNoeGordian authentication provider: `none`, `basic`, `bearer`, or `headers`. Defaults to `none`.
CATALOGUE_DECRYPTION_KEYNoPassphrase used to decrypt the sealed catalogue (for the registry-safe variant with `Dockerfile.registry`).
ALLOW_LEGACY_2025_CLIENTSNoSet to `true` to allow legacy 2025 clients (default `false`).false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/ntxptrevor/egordian-aeo-runtime'

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