AgentHubAgentHub

smithery-ai-github

MCP ServerMCP Registry官方收录

ai.smithery/smithery-ai-github · v1.0.0

Access the GitHub API, enabling file operations, repository management, search functionality, and…

概览

smithery-ai-github 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "smithery-ai-github": {
      "url": "https://server.smithery.ai/@smithery-ai/github/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ai.smithery/smithery-ai-github",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "smithery-ai-github",
  "description": "Access the GitHub API, enabling file operations, repository management, search functionality, and…",
  "repository": {
    "url": "https://github.com/smithery-ai/mcp-servers",
    "source": "github",
    "subfolder": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://server.smithery.ai/@smithery-ai/github/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ai.smithery/smithery-ai-github",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.smithery%2Fsmithery-ai-github/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
smithery-ai-github — MCP Server 安装与配置 · AgentHub