{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_github_mcp_server",
  "slug": "github-mcp-server",
  "name": "GitHub MCP Server",
  "canonical_url": "https://www.openagent.bot/plugins/github-mcp-server",
  "category": "plugins",
  "resource_type": "plugin",
  "summary": "GitHub MCP Server is the official Model Context Protocol server from GitHub that lets AI agents browse repositories, create and manage issues, review pull requests, search code, and interact with GitHub's API through standardized MCP tool calls.",
  "capabilities": [
    "plugin",
    "mcp",
    "protocol",
    "connectors",
    "workflow-orchestration",
    "tool-calling"
  ],
  "constraints": [
    "open-source",
    "self-hosted",
    "mcp-compatible"
  ],
  "scenarios": [
    "developer-workflow",
    "self-hosted-ai",
    "production-agent"
  ],
  "deployment_modes": [
    "self_hosted"
  ],
  "interfaces": [
    "repo",
    "docs",
    "mcp"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files",
    "memory",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Teams without MCP-compatible agent infrastructure",
    "Workflows that already use the GitHub CLI or REST API directly"
  ],
  "primary_actions": [
    "Inspect repository",
    "Read setup docs"
  ],
  "evidence_urls": [
    "https://github.com/modelcontextprotocol/servers/tree/main/src/github",
    "https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#github"
  ],
  "last_verified_at": "2026-06-24",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/plugins/github-mcp-server.json",
    "markdown_url": "https://www.openagent.bot/plugins/github-mcp-server.md",
    "agent_json_url": "https://www.openagent.bot/plugins/github-mcp-server.agent.json"
  }
}