Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port (when TRANSPORT=http)3000
TRANSPORTNoThe communication transport to use (stdio or http)stdio
SKILLS_MASTER_BACKEND_URLNoOverride backend endpoint

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search SkillsMP marketplace for AI coding skills by keywords.

Parameters:

  • query: Search terms (e.g., "fastapi", "react testing")

  • page: Page number (default: 1)

  • limit: Results per page (default: 20, max: 100)

  • sort_by: "stars" (default) or "recent"

Returns skills with name, description, author, stars, and GitHub URL.

ai_searchA

Semantic search for skills using natural language queries. Powered by AI to understand intent.

Use this when keywords aren't enough - describe what you want to accomplish.

Parameters:

  • query: Natural language query (e.g., "How to build REST APIs with authentication")

Examples: "tools for web scraping", "help with React testing", "automate deployments"

read_skillA

Read skill file content (SKILL.md) from a GitHub repository. Use to preview a skill before installing.

Parameters:

  • owner: GitHub username/org (e.g., "anthropics")

  • repo: Repository name (e.g., "claude-code")

  • path: Path to skill folder (e.g., "plugins/frontend-design/skills/frontend-design")

  • branch: Git branch (default: "main")

If path has no skill.md, returns directory listing.

install_skillA

Install skills from GitHub to AI coding agents.

Parameters:

  • source: GitHub "owner/repo" (e.g., "anthropics/claude-code") [REQUIRED]

  • skills: Skill names, comma-separated (e.g., "frontend-design,backend-dev") [REQUIRED]

  • agents: Target agents, comma-separated [REQUIRED] Valid: claude-code, cursor, codex, opencode, antigravity, github-copilot, roo

  • global: Installation scope [REQUIRED] true = user-level install to ~/.claude/skills (available across all projects) false = project-level install to ./.claude/skills (only this project)

Example: source="anthropics/claude-code", skills="frontend-design", agents="claude-code", global=false

remove_skillA

Remove installed skills from an AI coding agent.

Parameters:

  • skills: Skill names to remove (comma-separated: 'skill1,skill2'). REQUIRED.

  • agent: Agent to remove from (default: 'claude-code') Valid: claude-code, cursor, codex, opencode, antigravity, github-copilot, roo

  • global: Removal scope [REQUIRED] true = remove from user-level ~/.agents/skills (global install) false = remove from project-level ./.agents/skills (project install)

Removes the skill directory and associated symlinks from the agent's skills directory.

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

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