Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
context_budgetA

The headline answer: how much of the context window is consumed before the conversation starts, broken down by source (skills, memory files, MCP servers). Use this first.

skill_costsA

Skills ranked by how many tokens their always-loaded description costs. The top of this list is where trimming pays off most.

duplicate_skillsA

Skills whose name appears more than once (same skill installed from several sources). Every copy pays full description cost in every session. Copies are compared by content hash: identical copies are safe to remove, same-name copies that DIFFER are flagged for review because deleting one would lose work.

memory_filesA

CLAUDE.md / AGENTS.md files that load in full every session, including files pulled in by @import lines — the cost that hides behind a small-looking parent file. Reports sizes and the import graph only, never file contents.

mcp_serversA

Every MCP server configured across the agent clients on this machine, and which config declares it — useful for spotting servers you forgot you installed. Environment variable NAMES only; values are never read.

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/stcmain/whats-loaded-mcp'

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