Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GODMOD3_API_KEYNoBearer token if API requires auth (optional)
GODMOD3_BASE_URLNoG0DM0D3 API endpointhttp://localhost:7860
GODMOD3_MCP_HTTP_PORTNoHTTP/SSE listen port3001
GODMOD3_MCP_TRANSPORTNoTransport type: stdio, http, or ssestdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

Check connectivity to the G0DM0D3 API.

server_infoA

Return G0DM0D3 API info, endpoints, and tier defaults.

list_modelsA

List available models including virtual ULTRAPLINIAN/CONSORTIUM models.

get_tierA

Show your current G0DM0D3 API tier, limits, and features.

single_chatC

Single-model chat with the full G0DM0D3 pipeline (GODMODE, AutoTune, Parseltongue, STM).

ultraplinian_chatC

Race many models in parallel and return the best response (ULTRAPLINIAN).

consortium_chatC

Collect responses from all tier models and synthesize ground truth (CONSORTIUM).

autotune_analyzeC

Analyze a message and get optimal LLM sampling parameters from AutoTune.

parseltongue_encodeC

Obfuscate trigger words in text.

parseltongue_detectC

Detect trigger words without transforming them.

transform_textC

Apply semantic transformation modules (STM) to text.

submit_feedbackC

Submit quality feedback for the AutoTune EMA learning loop.

dataset_statsB

Show in-memory dataset statistics.

export_datasetA

Export the dataset as JSON or JSONL.

research_infoB

Return research dataset schema and repository info.

research_statsB

Return aggregate stats across published HuggingFace batches.

research_queryC

Query the published research corpus with filters.

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/crnisamuraj/G0DM0D3-mcp'

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