Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKILL_DEBUGNoSet to '1' or 'true' to log registry selection and diagnostics to stderr.
GITHUB_TOKENNoOptional GitHub token; sent as Authorization on api.github.com calls to raise API rate limits.
SKILL_REGISTRYNoRegistry selection mode: auto (token present → skills.sh, else GitHub), skills-sh, or github.auto
SKILLS_SH_TOKENNoOptional. Enables the skills.sh API mode with richer data (install counts, leaderboard views). Obtainable from a Vercel project via OIDC.
SKILL_MAX_BYTESNoRegistry-level byte cap applied to loaded skill content.200000
SKILL_GITHUB_SOURCESNoComma-separated owner/repo list for GitHub mode.vercel-labs/skills, anthropics/skills, obra/superpowers, mattpocock/skills, microsoft/azure-skills, supabase/agent-skills, prisma/skills

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_skillsA

List available agent skills from the registry (skills.sh / GitHub). Returns compact metadata only (id, name, source, installs) - NO descriptions or content, so it is cheap on context. Use this to browse what is available before searching.

search_skillsA

Search for agent skills by keyword (name or description). Returns compact results: id, name, source, installs, and a short description preview (<=300 chars) when include_description is true. Use this to find a skill for a task. Query must be at least 2 characters.

load_skillA

Load the FULL content of one skill by id (e.g. "vercel-labs/skills/find-skills" or "anthropics/skills/document-skills"). Returns the complete SKILL.md plus optional supporting files. Use ONLY when you have decided to use a specific skill and need its full instructions - this is the expensive (context-heavy) call; prefer list_skills/search_skills first.

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/beremaran/mcp-skillbox'

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