Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENVIRONMENTNoEnvironment-specific context loading (e.g., prod, dev)
AUTO_LOAD_CONTEXTSNoWhether to automatically load context files at startuptrue
CONTEXT_CONFIG_DIRNoDirectory path containing the context configuration files./contexts

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tool_contextC

Get complete context (rules, syntax, preferences) for a specific tool

get_syntax_rulesC

Get syntax-specific rules for a tool category

list_available_contextsB

List all loaded context categories and their descriptions

apply_auto_correctionsB

Apply auto-correction patterns from matching contexts to text

build_injectionC

Build a complete injection payload (contexts + instincts) for a tool/input combination

list_instinctsB

List all loaded instincts with their confidence scores

store_instinctA

Store a new instinct candidate. Created as inactive with auto approval — use approve_instinct for human approval.

approve_instinctA

Approve an instinct for active use (sets approved_by to human)

reject_instinctB

Reject/deactivate an instinct and lower its confidence

record_outcomeB

Record a positive, negative, or neutral outcome for an instinct

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/doobidoo/MCP-Context-Provider'

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