Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYNoAPI key for Groq.
OPENAI_API_KEYNoAPI key for OpenAI.
MISTRAL_API_KEYNoAPI key for Mistral.
DEEPSEEK_API_KEYNoAPI key for DeepSeek.
TOGETHER_API_KEYNoAPI key for Together AI.
BRAINSTORM_CONFIGNoPath to the brainstorm.config.json file which defines AI providers and their settings.
OPENAI_DEFAULT_MODELNoDefault model ID for OpenAI used if no config file exists.
DEEPSEEK_DEFAULT_MODELNoDefault model ID for DeepSeek used if no config file exists.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
brainstorm

Run a multi-round brainstorming debate between multiple AI models. Just provide a topic and all configured models will automatically participate. Models debate, critique, and refine ideas across rounds, then a synthesizer produces a final consolidated output.

list_providers

List all configured AI providers and their default models for brainstorming.

add_provider

Add a new AI provider for brainstorming. Supports any OpenAI-compatible API.

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/spranab/brainstorm-mcp'

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