Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoYour OpenAI API key for ChatGPT features
MCP_TOOLS_MODELNoOpenAI model to usegpt-5
ANTHROPIC_API_KEYNoYour Anthropic API key for Claude features
MCP_TOOLS_DB_PATHNoDatabase path for storing contexts and todos./data/contexts.db
MCP_TOOLS_CLAUDE_MODELNoClaude model to useclaude-sonnet-4-5-20250929

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
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_chatgptA

Ask ChatGPT a question about a context, or get a general second opinion

ask_geminiB

Ask Google Gemini a question about a context, or get a general second opinion

ask_deepseekB

Ask DeepSeek a question about a context, or get a general second opinion

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation2/5

All three tools have nearly identical descriptions, only differing by the AI model name. An agent would struggle to choose between them without additional context on model preferences.

Naming Consistency5/5

All tools follow a consistent 'ask_{model}' pattern, making naming predictable and clear.

Tool Count4/5

Three tools is reasonable for a server that simply provides access to multiple AI models. It is slightly minimal but not out of place.

Completeness3/5

The tool set covers the core function of querying different AI models, but lacks features like conversation history, context management, or parameter customization, which are notable gaps.

Maintenance

ActivitySlowing
ResponsivenessUnresponsive