A comprehensive Model Context Protocol server that empowers AI agents to manage GitHub repositories, code files, issues, and pull requests autonomously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-mcp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub MCP Server serves as a powerful bridge between AI agents and the entire GitHub ecosystem. It allows agents to perform complex operations such as cloning repositories, searching codebases, and managing the full development lifecycle without requiring manual API integration. By utilizing Openclaw Skills like this one, developers can offload repetitive tasks—including documentation updates, code reviews, and repository maintenance—to their AI assistants.
This integration is designed for secure, agent-native workflows, supporting both classic and fine-grained GitHub tokens to ensure that your source code remains protected while providing the agent with exactly the permissions it needs. Whether you are building a custom coding assistant or automating a CI/CD pipeline, this skill provides the tools necessary to interact with the GitHub API as a first-class citizen.
To begin using this among other Openclaw Skills, you can install the server globally via npm:
npm install -g @modelcontextprotocol/server-github
Next, configure your MCP client by adding the server details and your GITHUB_PERSONAL_ACCESS_TOKEN to your configuration file:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_ghp_token_here"
}
}
}
}
The GitHub MCP skill organizes and interacts with data according to the standard GitHub API taxonomy. Key data points include:
| Data Category | Description |
|---|---|
| Repository Metadata | Name, owner, visibility, and directory structures. |
| File Content | Source code blobs, encoded in UTF-8 or Base64, including file paths. |
| Collaboration Data | Issue titles, body content, labels, and Pull Request diffs. |
| Git Refs | Branch names, commit hashes, and release tags. |
| Audit Logs | History of actions performed by the agent through the GitHub API. |
Loading
A secure, sandboxed Model Context Protocol server that enables AI agents to perform file and directory operations within explicitly allowed paths.

A self-hosted, non-custodial cryptocurrency payment gateway that enables keyless fund management across multiple blockchain networks.

Enable USDC-based subscriptions, usage billing, and automated invoicing for SaaS products using the PayRam MCP server.

A privacy-focused Model Context Protocol server that empowers AI agents with comprehensive web, image, news, and local search capabilities without tracking.

A technical reference for comparing self-hosted PayRam infrastructure with the x402 HTTP payment protocol for AI agent commerce.

A CLI-based P2P tool for routing tasks to different AI models and sharing subscriptions securely within teams.








































