What problem does it solve?
This Skill prevents misconfigured GitHub Model Context Protocol (MCP) tool setups that lead to missing tools, silent authentication failures, or permission errors in Agentic Workflows.
Core Features & Use Cases
- Agentic Workflow-ready configuration guidance: Explains how to set the
mcp-servers and tools.github blocks correctly for common workflow patterns.
- Authentication and mode selection: Covers how to choose and configure
gh-proxy, local, and remote modes with the right token/headers and read-only behavior.
- Stable toolset mapping and security guardrails: Provides guidance on using
toolsets: (not deprecated allowed:) and selecting only the required toolsets to minimize risk and improve reliability.
Use case example: When you need an agent to read repository contents and create issues with controlled permissions, this Skill guides you to select appropriate toolsets and choose the correct mode and token strategy to avoid write failures.
Quick Start
Use the github-mcp-server skill to configure your workflow’s GitHub MCP toolsets by setting tools.github.toolsets: [default, actions, security_advisories] and ensuring the token and permissions match the enabled toolsets.