brilliant-directories-mcp
v6.58.2
io.github.YforC/antoskill · v0.2.0
A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.
antoskill 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"antoskill": {
"command": "npx",
"args": [
"-y",
"antoskill"
]
}
}
}GITHUB_TOKEN可选secretGitHub token to lift the unauthenticated GitHub REST rate limit when fetching skills (recommended).
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.YforC/antoskill",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "antoskill",
"description": "A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.",
"repository": {
"url": "https://github.com/YforC/AntoSkills",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "antoskill",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "GITHUB_TOKEN",
"description": "GitHub token to lift the unauthenticated GitHub REST rate limit when fetching skills (recommended).",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.YforC/antoskill",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.YforC%2Fantoskill/versions/latest",
"isOfficial": true,
"status": "active"
}
}