Awesome Agent Skills MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| SKILLS_REPO_URL | No | Skills repository URL | https://github.com/VoltAgent/awesome-agent-skills.git |
| SKILLS_CACHE_DIR | No | Cache directory path | .cache |
| SKILLS_SYNC_INTERVAL | No | Auto-sync interval in minutes (0 to disable) | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_skillsA | List all available agent skills that can be invoked |
| get_skillA | Get detailed information and documentation for a specific skill |
| invoke_skillB | Invoke a skill with parameters to get formatted instructions |
| refresh_skillsA | Refresh skills cache from the repository |
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/shadowrootdev/awesome-agent-skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server