Skip to main content
Glama

Consult LLM MCP

by raine

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODENoChoose between API or CLI mode for Gemini models (optional). Options: api (default), cli
GEMINI_API_KEYNoYour Google AI API key (required for Gemini models in API mode)
OPENAI_API_KEYNoYour OpenAI API key (required for o3)
DEEPSEEK_API_KEYNoYour DeepSeek API key (required for DeepSeek models)
CONSULT_LLM_DEFAULT_MODELNoOverride the default model (optional). Options: o3 (default), gemini-2.5-pro, deepseek-reasoner

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
consult_llm

Ask a more powerful AI for help with complex problems. Provide your question in the prompt field and optionally include relevant code files as context.

Be specific about what you want: code implementation, code review, bug analysis, architecture advice, etc.

IMPORTANT: Ask neutral, open-ended questions. Avoid suggesting specific solutions or alternatives in your prompt as this can bias the analysis. Instead of "Should I use X or Y approach?", ask "What's the best approach for this problem?" Let the consultant LLM provide unbiased recommendations.

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/raine/consult-llm-mcp'

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