← スキル一覧に戻る

mcp-servers
by seanchatmangpt
Rust Template Generator with Frontmatter & RDF Support
⭐ 1🍴 1📅 2026年1月25日
SKILL.md
name: mcp-servers description: "Model Context Protocol integration for external tools (GitHub, filesystem, SPARQL)." allowed_tools: "Read"
MCP Server Integration
Overview
Model Context Protocol connects LLMs to external tools:
- GitHub: Issues, PRs, repositories
- Filesystem: Enhanced file operations
- Custom: SPARQL, validation, domain-specific
Configuration
In .claude/settings.json:
{
"mcp_servers": {
"github": {
"command": "mcp-server-github",
"env": {"GITHUB_TOKEN": "${GITHUB_TOKEN}"}
},
"filesystem": {
"command": "mcp-server-filesystem",
"args": ["/home/user/ggen"]
}
}
}
Status
Currently disabled in ggen (can be enabled per project needs).
Reference
See .claude/settings.json mcp_servers section for configuration.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です