MCP Server
MCP
io.github.shadowrootdev/awesome-agent-skills
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "awesome-agent-skills-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the skills repository to sync from",
"format": "string",
"default": "https://github.com/VoltAgent/awesome-agent-skills.git",
"name": "SKILLS_REPO_URL"
},
{
"description": "Directory path for caching skills data",
"format": "string",
"default": ".cache",
"name": "SKILLS_CACHE_DIR"
},
{
"description": "Auto-sync interval in minutes (0 to disable)",
"format": "number",
"default": "60",
"name": "SKILLS_SYNC_INTERVAL"
},
{
"description": "Logging level (debug, info, warn, error)",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment