Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BASE_URLNoBase URL for OAuth callback (e.g., http://localhost:8000)
GITHUB_CLIENT_IDNoGitHub OAuth client ID (for GitHub server)
GOOGLE_CLIENT_IDNoGoogle OAuth client ID (for Google server)
GITHUB_CLIENT_SECRETNoGitHub OAuth client secret (for GitHub server)
GOOGLE_CLIENT_SECRETNoGoogle OAuth client secret (for Google server)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
addA

Add two numbers and return the sum.

greetB

Build a greeting for name. Set formal for a more polite tone.

Prompts

Interactive templates invoked by user choice

NameDescription
summarizeA reusable prompt template that asks the model to summarize ``text``.

Resources

Contextual data attached and managed by the client

NameDescription
nowThe current server time in ISO-8601 (UTC).

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/1995parham-learning/mcp101'

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