
Smithery Ai Github
Give coding agents GitHub API access for repos, files, search, and management from Claude Code or Cursor without bespoke Octokit scripts.
Overview
ai.smithery/smithery-ai-github is a MCP server for the Build phase that exposes GitHub API file, repository, search, and management capabilities to agents via Smithery.
What is this MCP server?
- GitHub API coverage: file operations, repository management, and search
- Smithery streamable-http remote with required Bearer smithery_api_key
- Hosted at server.smithery.ai/@smithery-ai/github/mcp
- v1.0.0 from smithery-ai/mcp-servers github subfolder
- Enables agent-driven repo workflows without local GitHub MCP install
- Server version 1.0.0
- Single streamable-http remote on server.smithery.ai
- Repository source: github.com/smithery-ai/mcp-servers subfolder github
What problem does it solve?
Without a GitHub MCP, agents guess at repo state or force you to copy-paste API docs and write one-off scripts for every GitHub task.
Who is it for?
Indie devs shipping with agents who want hosted GitHub API tools alongside their normal git CLI workflow.
Skip if: Organizations that require self-hosted MCP only, fine-grained PAT policies outside Smithery, or deep Actions/CI orchestration without GitHub API scope review.
What do I get? / Deliverables
Once registered with your Smithery key, your agent can call GitHub-backed MCP tools for repo and file workflows during development.
- Live GitHub API MCP tools in the agent session
- File and repository operations callable without custom scripts
- Search and management actions against GitHub from the agent
Recommended MCP Servers
Journey fit
GitHub MCP belongs in Build because solo builders connect source control and API workflows while shipping product and agent tooling. Integrations captures third-party API bridges; GitHub is the canonical dev platform hook for file ops and repo management.
How it compares
Hosted GitHub API MCP integration, not a local gh CLI skill or full code-review methodology pack.
Common Questions / FAQ
Who is ai.smithery/smithery-ai-github for?
Solo builders and indie teams using AI agents who need GitHub file, repo, and search operations through MCP without self-hosting the server.
When should I use ai.smithery/smithery-ai-github?
Use it during Build when the agent must read or change GitHub resources, search code or issues, or manage repositories via the API.
How do I add ai.smithery/smithery-ai-github to my agent?
Configure MCP remote https://server.smithery.ai/@smithery-ai/github/mcp (streamable-http) and pass Authorization: Bearer {smithery_api_key}.