MCP server that lets any AI agent (Claude, Cursor, Antigravity, Kiro, Continue, Gemini) load and audit skills from agent-skills-standard.
{
"mcpServers": {
"agent-skills-standard": {
"command": "npx",
"args": [
"-y",
"agent-skills-standard-mcp"
]
}
}
}