Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub API token for authentication
CODEX_SKILLS_DIRNo本地技能库路径 (Local skills directory path)
CODEX_SKILLS_DOWNLOAD_CONCURRENCYNo并发下载技能文件数 (Concurrent downloads for skill files), default 16

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_skillsA

Search the codex-skills library by natural language query. Returns matching skills ranked by relevance. Use this as the primary entry point to discover skills for a task.

list_categoriesA

List all skill categories in the codex-skills library with their skill counts. Use this to get an overview of available domains.

read_skillA

Read a skill's full instructions (SKILL.md), file structure, and dependency info. Call this after search_skills to load a skill you want to use. The instructions contain the role and execution rules you should follow.

load_skill_fileA

Read a specific file from within a skill's directory. Use this after read_skill when you need to access scripts, configs, README, or other resources referenced in the skill instructions.

list_skill_filesA

List the file tree of a skill or a subdirectory within it. Use this to understand a large skill's structure before deciding which files to load.

plan_workflowA

Given a task description, suggest relevant skills that could be combined to accomplish it. Returns a list of recommended skills — the actual orchestration and execution order should be decided by you (the Agent).

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/Zhan-ZhangZ/codex-skills-mcp'

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