Agent skill
mcp-servers
Model Context Protocol integration for external tools (GitHub, filesystem, SPARQL).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mcp-servers
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?