Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERVER_PROFILENoIf set to 'shared', the personal-memory tier is excluded, and artifact-memory tools are not registered.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_skillsB

List all available platform skills with name and description

get_skillA

Get a skill's SKILL.md content. Supports section chunking: omit section for full content (small skills) or auto-summary (large skills); pass section: "list" for a TOC of headings; pass section: "<slug>" for one section; pass section: "all" to force full content.

list_referencesA

List all shared reference files (cluster contexts, environment map, port conventions, etc.)

get_referenceB

Get the full content of a shared reference file

list_memoryA

List this engineer's LOCAL/PRIVATE personal-memory entries (name + category + one-line summary). Memory is machine-specific and gitignored — never shared. Use get_memory to fetch one, search_memory to find by keyword.

get_memoryA

Get the full content of one personal-memory file by name (the on-disk filename stem, e.g. reference_pqc_envoyfilter_constraints). Accepts a unique substring. LOCAL/PRIVATE tier.

search_memoryA

Full-text search restricted to this engineer's LOCAL/PRIVATE personal-memory tree (project/feedback/reference/user notes). Use when you recall having a personal lesson but not its exact name. For shared platform knowledge use search_platform_knowledge instead.

list_context_guidesA

List all topical context guides (service-mesh, monitoring, networking, etc.)

get_context_guideA

Get a topical context guide. Topic supports partial matching (e.g., 'mesh' -> 'service-mesh'). Large guides default to a chunked summary (intro + TOC); pass section: "<slug>" for one section, section: "list" for TOC only, or section: "all" for full content. Use chunking to save tokens when you only need part of the guide.

search_platform_knowledgeB

Full-text search across all platform knowledge: skills, agents, references, context guides, and CLAUDE.md files

list_agentsA

List all available platform agents with name, description, and model. Use this first; then call get_agent for full details on a specific agent.

get_agentA

Get the definition for one named platform agent. Supports section chunking: omit section for full content (small agents) or auto-summary (large agents); pass section: "list" for headings, section: "<slug>" for one section, or section: "all" for full content.

get_token_statsA

Show estimated MCP token usage. Default mode: "summary" returns per-tool counts, session totals, and top-5 historical large calls (~250-400 tok). mode: "detail" adds hot queries, content-hash dupes, chunking adoption, and cache-bypass rate (~1-1.5K tok). Itself cache-exempt and not token-logged.

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/chris-dare-dev/agent-kit'

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