skills-master-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (when TRANSPORT=http) | 3000 |
| TRANSPORT | No | The communication transport to use (stdio or http) | stdio |
| SKILLS_MASTER_BACKEND_URL | No | Override backend endpoint |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search SkillsMP marketplace for AI coding skills by keywords. Parameters:
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:
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:
If path has no skill.md, returns directory listing. |
| install_skillA | Install skills from GitHub to AI coding agents. Parameters:
Example: source="anthropics/claude-code", skills="frontend-design", agents="claude-code", global=false |
| remove_skillA | Remove installed skills from an AI coding agent. Parameters:
Removes the skill directory and associated symlinks from the agent's skills directory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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