Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORCHESTRATOR_URLNoOverride default orchestrator URLhttps://web-production-bdfb4.up.railway.app

Tools

Functions exposed to the LLM to take actions

NameDescription
think

Deep reasoning using cognitive orchestrator. Auto-routes to best AI capabilities. Use for complex analysis, multi-step reasoning, research questions.

consensus

Get multiple AI perspectives (Claude, GPT, Gemini) and synthesize consensus. Use for important decisions.

fast_ai

Ultra-fast AI response via Groq (~100ms). Use for quick questions.

web_search

Real-time web search via Perplexity. Use for current events, recent info, live data.

scrape_url

Scrape and extract content from any URL via Firecrawl.

run_python

Execute Python code in secure E2B sandbox. Use for data analysis, calculations, testing.

run_javascript

Execute JavaScript code in secure E2B sandbox.

mem0_add

Store information in Mem0 long-term memory.

mem0_search

Search Mem0 long-term memory.

neo4j_query

Query Neo4j knowledge graph for entity relationships.

railway_status

Get deployment status of all Railway services.

railway_set_variable

Set environment variable on a Railway service.

railway_redeploy

Trigger redeployment of a Railway service.

github_repos

List GitHub repositories.

github_file

Read a file from a GitHub repository.

health

Check health status of cloud orchestrator and all connected services.

wolfram_query

Query Wolfram Alpha for math, science, calculations, conversions, real-time data. Use for any computational question.

wolfram_calculate

Calculate a math expression using Wolfram Alpha.

wolfram_convert

Convert between units using Wolfram Alpha.

openrouter_chat

Query ANY AI model via OpenRouter. Access Claude, GPT, Llama, Mistral, and 100+ models through single API.

openrouter_models

List all available AI models on OpenRouter.

sentry_stats

Get error tracking statistics from Sentry.

sentry_errors

Get recent errors captured by Sentry.

api_keys_summary

Get summary of all API keys status from the configuration sheet. Shows active, missing, and high-impact services.

api_keys_missing

List all services that are still missing API keys.

api_keys_ready

List services that have API keys filled in and are ready to inject to Railway.

api_keys_inject

Inject a specific service API key from the sheet to Railway.

api_keys_inject_all

Inject ALL ready API keys from the sheet to Railway services.

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/sabriotcore-code/orchestrator-mcp'

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