Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKILLS_LIBSNoComma-separated list of namespace=directory pairs for named libraries (e.g. 'bob=/skills/bob,gbl=/skills/gbl'). Cannot be used together with SKILLS_ROOT.
SKILLS_NAMENoMCP server name; also the default tool prefix.skills
SKILLS_ROOTNoPath to a single un-namespaced skills library, searched recursively for SKILL.md folders. Required if SKILLS_LIBS is not set.
SKILLS_DEPTHNoMaximum discovery depth below the skill root.4
SKILLS_TITLENoHuman-readable title returned in the initialize response.
SKILLS_EXCLUDENoComma-separated directory names skipped during discovery._archive,_audit
SKILLS_TOOL_PREFIXNoTool-name prefix. Defaults to the server name with '-' replaced by '_'.
SKILLS_HIDE_DISABLEDNoSet to 'false' to serve skills with disable-model-invocation: true (they are hidden by default).true
SKILLS_MAX_FILE_BYTESNoFiles larger than this are not served.4 MiB
SKILLS_RESCAN_SECONDSNoBackground rescan interval in seconds; 0 disables automatic rescanning.60

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
extensions
{
  "io.modelcontextprotocol/skills": {
    "directoryRead": true
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
skills_search_skillsA

Ranked search over the skills skill library by task, keyword, or trigger phrase. Returns name, description, category. Call this first, then skills_get_skill to load one.

skills_list_skillsA

Compact catalog listing (name + one-line description), optionally filtered by library and/or category (see skills_list_categories). Paginated with cursor.

skills_list_librariesA

Skill libraries served by this server, with namespace, root directory and skill counts. Namespaces are the first segment of skill:// URIs.

skills_list_categoriesA

All categories with skill counts, plus value chains. Optionally scoped to one library.

skills_get_skillA

Load a skill's full SKILL.md instructions and its bundled file list. Follow the instructions as if the skill were installed. Use skills_read_skill_file for referenced files.

skills_read_skill_fileA

Read a file bundled with a skill, by skill name/path and relative path (e.g. 'references/troubleshooting.md', 'scripts/run.py'). Binary files are returned base64-encoded.

skills_catalog_statusA

Catalog statistics (libraries, skill count, files, last scan, frontmatter warnings). Pass refresh=true to force a rescan of the skills directories.

Prompts

Interactive templates invoked by user choice

NameDescription
use-skillLoad a skills skill's instructions into the conversation and apply it to the task.

Resources

Contextual data attached and managed by the client

NameDescription
alphaAlpha skill about invoices and VAT returns. Use when the user says invoice.
sharedShared name in library A.
betaBeta skill for meeting notes and agendas.
sharedShared name in library B.
cleanNothing to see.
riskySkill with a dangerous install script.
soloA flat top-level skill.

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

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