Mcpserver — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcpserver (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
設定ファイルは以下の場所にあります:
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json~/Library/Application Support/Claude/claude_desktop_config.jsonmacOSでVoltaを使用している場合、以下の設定が動作します:
{
"mcpServers": {
"github.com/modelcontextprotocol/servers/tree/main/src/github": {
"command": "/Users/username/.volta/bin/npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
},
"disabled": false,
"autoApprove": []
}
}
}#### 失敗したパターン
node コマンドを直接使用{
"command": "node",
"args": [
"/path/to/server-github/build/index.js"
]
}エラー: spawn node ENOENT
volta コマンドを使用{
"command": "/Users/username/.volta/bin/volta",
"args": [
"run",
"node",
"/path/to/server-github/build/index.js"
]
}エラー: 接続タイムアウト
#### 成功したパターン
Voltaの npx へのフルパスを使用することで解決:
{
"command": "/Users/username/.volta/bin/npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
}サーバーが正しく設定されているか確認するには、以下のような操作を試してください:
// リポジトリ検索
{
"query": "modelcontextprotocol",
"page": 1,
"perPage": 5
}正常に結果が返ってくれば、設定は成功です。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.