Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKILLS_SOURCESYesComma-separated skill sources (required). Each entry is `owner/repo`, `owner/repo#ref`, or an absolute local path.
SKILLS_CACHE_DIRNoCache directory for GitHub tarballs (default: OS tmpdir).OS tmpdir

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_skillsA

List all available agent skills with name, description, source, and bundled files. Call read_skill to load one.

read_skillA

Read a skill's SKILL.md instructions. Use the returned guidance for the current task; it may reference supporting files readable via read_skill_file.

read_skill_fileA

Read a supporting file bundled with a skill (paths are listed by list_skills and referenced from SKILL.md).

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/raymatos/skills-mcp'

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