Agent skill

mcp-servers

Model Context Protocol integration for external tools (GitHub, filesystem, SPARQL).

Stars 163
Forks 31

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:

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results