Skip to main content

GitHub MCP

CommunitySandbox requiredv0.1.0MIT

by AgentNode Community · published 1 month ago · MCP Server

MCP server for GitHub API repository operations.

Interact with GitHub repositories: create issues, pull requests, search code, manage files, and more via the GitHub API.

mcp

Quick Start

Requirements

  • • Node.js and npx installed
  • 1 API key required

1. Install

bash
agentnode install mcp-github

2. Set Environment

bash
export GITHUB_PERSONAL_ACCESS_TOKEN=your-key-here

3. Run

bash
agentnode run mcp-github --input '{"query": "test"}'

When started, this MCP server runs locally on your machine via stdio transport.

This MCP server runs locally on your machine. AgentNode provides discovery metadata — the executable code is maintained by its npm publisher. Learn how this works | New to MCP?

Registry Verification

External Source
Package resolved@modelcontextprotocol/server-github on npm
Source verifiedmodelcontextprotocol/servers
Protocol verified2 tools discovered
Version pinned@modelcontextprotocol/server-github@2025.3.28
Permission Profile
Network: noneFilesystem: noneCode Execution: none

No executable artifact is hosted in the AgentNode registry. AgentNode provides discovery, install metadata, and integrity protection for the start command. The server code itself is maintained by its npm publisher.

Version History

Capabilities

project_managementcreate_issuetool

Create a GitHub issue

Input Schema

{
  "type": "object",
  "properties": {}
}
web_searchsearch_repositoriestool

Search GitHub repositories

Input Schema

{
  "type": "object",
  "properties": {}
}

Permissions

Sandbox requiredRuns a third-party MCP server process on your machine that AgentNode hasn't vouched for at host level — it runs isolated in a container, or not at all.

Declared by the publisher. Checked before execution by the policy gate.

Networknone
Filesystemnone
Code Executionnone
Data Accessinput_only
User Approvalonce

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install mcp-github

External Source

Code is maintained externally, not hosted by AgentNode.

Required Setup

GITHUB_PERSONAL_ACCESS_TOKENrequired

Set these environment variables before running this MCP server.

License

MIT

Stats

Downloads0
Installs0
Versionv0.1.0
Published5/28/2026
Channelstable
TypeMCP Server

Compatibility

Frameworks

mcp

Runtime

MCP

Trust & Security

PublisherCommunity
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode Community

@agentnode-community