CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
aifity avatar

GitHub

aifity/omnigit-mcp
180 toolsSTDIOregistry active
Summary

A comprehensive GitHub integration that exposes the full spectrum of GitHub's API surface to AI assistants. You get repository browsing, issue and PR management, workflow monitoring, code analysis, and team collaboration features, all callable through natural language. This is a fork of GitHub's official MCP server with practical additions: local git operations (commit, push, branch, diff), comment editing and deletion for both issues and PRs, and configurable body filtering to strip AI footers from commits. The local git toolset is notable because it lets you operate on repositories without hitting the API at all. Reach for this when you need an AI assistant to handle end-to-end GitHub workflows, from cloning and committing locally to managing releases and analyzing CI failures remotely.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

80 tools
actions_getGet details about specific GitHub Actions resources. Use this tool to get details about individual workflows, workflow runs, jobs, and artifacts by their unique IDs.4 params

Get details about specific GitHub Actions resources. Use this tool to get details about individual workflows, workflow runs, jobs, and artifacts by their unique IDs.

Parameters* required
methodstring
The method to executeone of get_workflow · get_workflow_run · get_workflow_job · download_workflow_run_artifact · get_workflow_run_usage · get_workflow_run_logs_url
ownerstring
Repository owner
repostring
Repository name
resource_idstring
The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID: - Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'get_wor...
actions_listTools for listing GitHub Actions resources. Use this tool to list workflows in a repository, or list workflow runs, jobs, and artifacts for a specific workflow or workflow run.8 params

Tools for listing GitHub Actions resources. Use this tool to list workflows in a repository, or list workflow runs, jobs, and artifacts for a specific workflow or workflow run.

Parameters* required
methodstring
The action to performone of list_workflows · list_workflow_runs · list_workflow_jobs · list_workflow_run_artifacts
ownerstring
Repository owner
pagenumber
Page number for pagination (default: 1)
per_pagenumber
Results per page for pagination (default: 30, max: 100)
repostring
Repository name
resource_idstring
The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID: - Do not provide any resource ID for 'list_workflows' method. - Provide a...
workflow_jobs_filterobject
Filters for workflow jobs. **ONLY** used when method is 'list_workflow_jobs'
workflow_runs_filterobject
Filters for workflow runs. **ONLY** used when method is 'list_workflow_runs'
actions_run_triggerTrigger GitHub Actions workflow operations, including running, re-running, cancelling workflow runs, and deleting workflow run logs.7 params

Trigger GitHub Actions workflow operations, including running, re-running, cancelling workflow runs, and deleting workflow run logs.

Parameters* required
inputsobject
Inputs the workflow accepts. Only used for 'run_workflow' method.
methodstring
The method to executeone of run_workflow · rerun_workflow_run · rerun_failed_jobs · cancel_workflow_run · delete_workflow_run_logs
ownerstring
Repository owner
refstring
The git reference for the workflow. The reference can be a branch or tag name. Required for 'run_workflow' method.
repostring
Repository name
run_idnumber
The ID of the workflow run. Required for all methods except 'run_workflow'.
workflow_idstring
The workflow ID (numeric) or workflow file name (e.g., main.yml, ci.yaml). Required for 'run_workflow' method.
add_comment_to_pending_reviewAdd review comment to the requester's latest pending pull request review. A pending review needs to already exist to call this (check with the user if not sure).10 params

Add review comment to the requester's latest pending pull request review. A pending review needs to already exist to call this (check with the user if not sure).

Parameters* required
bodystring
The text of the review comment
linenumber
The line of the blob in the pull request diff that the comment applies to. For multi-line comments, the last line of the range
ownerstring
Repository owner
pathstring
The relative path to the file that necessitates a comment
pullNumbernumber
Pull request number
repostring
Repository name
sidestring
The side of the diff to comment on. LEFT indicates the previous state, RIGHT indicates the new stateone of LEFT · RIGHT
startLinenumber
For multi-line comments, the first line of the range that the comment applies to
startSidestring
For multi-line comments, the starting side of the diff that the comment applies to. LEFT indicates the previous state, RIGHT indicates the new stateone of LEFT · RIGHT
subjectTypestring
The level at which the comment is targetedone of FILE · LINE
add_issue_commentAdd a comment to a specific issue in a GitHub repository. Use this tool to add comments to pull requests as well (in this case pass pull request number as issue_number), but only if user is not asking specifically to add review comments.4 params

Add a comment to a specific issue in a GitHub repository. Use this tool to add comments to pull requests as well (in this case pass pull request number as issue_number), but only if user is not asking specifically to add review comments.

Parameters* required
bodystring
Comment content
issue_numbernumber
Issue number to comment on
ownerstring
Repository owner
repostring
Repository name
add_reply_to_pull_request_commentAdd a reply to an existing pull request comment. This creates a new comment that is linked as a reply to the specified comment.5 params

Add a reply to an existing pull request comment. This creates a new comment that is linked as a reply to the specified comment.

Parameters* required
bodystring
The text of the reply
commentIdnumber
The ID of the comment to reply to
ownerstring
Repository owner
pullNumbernumber
Pull request number
repostring
Repository name
assign_copilot_to_issueAssign Copilot to a specific issue in a GitHub repository. This tool can help with the following outcomes: - a Pull Request created with source code changes to resolve the issue More information can be found at: - https://docs.github.com/en/copilot/using-github-copilot/using-c...5 params

Assign Copilot to a specific issue in a GitHub repository. This tool can help with the following outcomes: - a Pull Request created with source code changes to resolve the issue More information can be found at: - https://docs.github.com/en/copilot/using-github-copilot/using-c...

Parameters* required
base_refstring
Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch
custom_instructionsstring
Optional custom instructions to guide the agent beyond the issue body. Use this to provide additional context, constraints, or guidance that is not captured in the issue description
issue_numbernumber
Issue number
ownerstring
Repository owner
repostring
Repository name
create_branchCreate a new branch in a GitHub repository4 params

Create a new branch in a GitHub repository

Parameters* required
branchstring
Name for new branch
from_branchstring
Source branch (defaults to repo default)
ownerstring
Repository owner
repostring
Repository name
create_gistCreate a new gist4 params

Create a new gist

Parameters* required
contentstring
Content for simple single-file gist creation
descriptionstring
Description of the gist
filenamestring
Filename for simple single-file gist creation
publicboolean
Whether the gist is publicdefault: false
create_or_update_fileCreate or update a single file in a GitHub repository. If updating, you should provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations. In order to obtain the SHA of origi...7 params

Create or update a single file in a GitHub repository. If updating, you should provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations. In order to obtain the SHA of origi...

Parameters* required
branchstring
Branch to create/update the file in
contentstring
Content of the file
messagestring
Commit message
ownerstring
Repository owner (username or organization)
pathstring
Path where to create/update the file
repostring
Repository name
shastring
The blob SHA of the file being replaced. Required if the file already exists.
create_pull_requestCreate a new pull request in a GitHub repository.8 params

Create a new pull request in a GitHub repository.

Parameters* required
basestring
Branch to merge into
bodystring
PR description
draftboolean
Create as draft PR
headstring
Branch containing changes
maintainer_can_modifyboolean
Allow maintainer edits
ownerstring
Repository owner
repostring
Repository name
titlestring
PR title
create_pull_request_with_copilotDelegate a task to GitHub Copilot coding agent to perform in the background. The agent will create a pull request with the implementation. You should use this tool if the user asks to create a pull request to perform a specific task, or if the user asks Copilot to do something.5 params

Delegate a task to GitHub Copilot coding agent to perform in the background. The agent will create a pull request with the implementation. You should use this tool if the user asks to create a pull request to perform a specific task, or if the user asks Copilot to do something.

Parameters* required
base_refstring
Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch
ownerstring
Repository owner. You can guess the owner, but confirm it with the user before proceeding.
problem_statementstring
Detailed description of the task to be performed (e.g., 'Implement a feature that does X', 'Fix bug Y', etc.)
repostring
Repository name. You can guess the repository name, but confirm it with the user before proceeding.
titlestring
Title for the pull request that will be created
create_repositoryCreate a new GitHub repository in your account or specified organization5 params

Create a new GitHub repository in your account or specified organization

Parameters* required
autoInitboolean
Initialize with README
descriptionstring
Repository description
namestring
Repository name
organizationstring
Organization to create the repository in (omit to create in your personal account)
privateboolean
Whether repo should be private
delete_fileDelete a file from a GitHub repository5 params

Delete a file from a GitHub repository

Parameters* required
branchstring
Branch to delete the file from
messagestring
Commit message
ownerstring
Repository owner (username or organization)
pathstring
Path to the file to delete
repostring
Repository name
dismiss_notificationDismiss a notification by marking it as read or done2 params

Dismiss a notification by marking it as read or done

Parameters* required
statestring
The new state of the notification (read/done)one of read · done
threadIDstring
The ID of the notification thread
fork_repositoryFork a GitHub repository to your account or specified organization3 params

Fork a GitHub repository to your account or specified organization

Parameters* required
organizationstring
Organization to fork to
ownerstring
Repository owner
repostring
Repository name
get_code_scanning_alertGet details of a specific code scanning alert in a GitHub repository.3 params

Get details of a specific code scanning alert in a GitHub repository.

Parameters* required
alertNumbernumber
The number of the alert.
ownerstring
The owner of the repository.
repostring
The name of the repository.
get_commitGet details for a commit from a GitHub repository6 params

Get details for a commit from a GitHub repository

Parameters* required
include_diffboolean
Whether to include file diffs and stats in the response. Default is true.default: true
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
shastring
Commit SHA, branch name, or tag name
get_copilot_job_statusGet the status of a GitHub Copilot coding agent job. Use this to check if a previously submitted task has completed and to get the pull request URL once it's created. Provide the job ID (from create_pull_request_with_copilot) or pull request number (from assign_copilot_to_issu...3 params

Get the status of a GitHub Copilot coding agent job. Use this to check if a previously submitted task has completed and to get the pull request URL once it's created. Provide the job ID (from create_pull_request_with_copilot) or pull request number (from assign_copilot_to_issu...

Parameters* required
idstring
Job ID or pull request number
ownerstring
Repository owner
repostring
Repository name
get_copilot_spaceThis tool can be used to provide additional context to the chat from a specific Copilot space. If the user mentions the keyword 'Copilot space' with the name and owner of the space, execute this tool. The response includes a table of contents (TOC) listing all documents in the...2 params

This tool can be used to provide additional context to the chat from a specific Copilot space. If the user mentions the keyword 'Copilot space' with the name and owner of the space, execute this tool. The response includes a table of contents (TOC) listing all documents in the...

Parameters* required
namestring
The name of the space
ownerstring
The owner of the space
get_dependabot_alertGet details of a specific dependabot alert in a GitHub repository.3 params

Get details of a specific dependabot alert in a GitHub repository.

Parameters* required
alertNumbernumber
The number of the alert.
ownerstring
The owner of the repository.
repostring
The name of the repository.
get_discussionGet a specific discussion by ID3 params

Get a specific discussion by ID

Parameters* required
discussionNumbernumber
Discussion Number
ownerstring
Repository owner
repostring
Repository name
get_discussion_commentsGet comments from a discussion5 params

Get comments from a discussion

Parameters* required
afterstring
Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs.
discussionNumbernumber
Discussion Number
ownerstring
Repository owner
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
get_file_contentsGet the contents of a file or directory from a GitHub repository5 params

Get the contents of a file or directory from a GitHub repository

Parameters* required
ownerstring
Repository owner (username or organization)
pathstring
Path to file/directorydefault: /
refstring
Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head`
repostring
Repository name
shastring
Accepts optional commit SHA. If specified, it will be used instead of ref
get_gistGet gist content of a particular gist, by gist ID1 params

Get gist content of a particular gist, by gist ID

Parameters* required
gist_idstring
The ID of the gist
get_global_security_advisoryGet a global security advisory1 params

Get a global security advisory

Parameters* required
ghsaIdstring
GitHub Security Advisory ID (format: GHSA-xxxx-xxxx-xxxx).
get_job_logsGet logs for GitHub Actions workflow jobs. Use this tool to retrieve logs for a specific job or all failed jobs in a workflow run. For single job logs, provide job_id. For all failed jobs in a run, provide run_id with failed_only=true.7 params

Get logs for GitHub Actions workflow jobs. Use this tool to retrieve logs for a specific job or all failed jobs in a workflow run. For single job logs, provide job_id. For all failed jobs in a run, provide run_id with failed_only=true.

Parameters* required
failed_onlyboolean
When true, gets logs for all failed jobs in the workflow run specified by run_id. Requires run_id to be provided.
job_idnumber
The unique identifier of the workflow job. Required when getting logs for a single job.
ownerstring
Repository owner
repostring
Repository name
return_contentboolean
Returns actual log content instead of URLs
run_idnumber
The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run.
tail_linesnumber
Number of lines to return from the end of the logdefault: 500
get_labelGet a specific label from a repository.3 params

Get a specific label from a repository.

Parameters* required
namestring
Label name.
ownerstring
Repository owner (username or organization name)
repostring
Repository name
get_latest_releaseGet the latest release in a GitHub repository2 params

Get the latest release in a GitHub repository

Parameters* required
ownerstring
Repository owner
repostring
Repository name
get_meGet details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.

Get details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.

No parameter schema in public metadata yet.

get_notification_detailsGet detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.1 params

Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.

Parameters* required
notificationIDstring
The ID of the notification
get_release_by_tagGet a specific release by its tag name in a GitHub repository3 params

Get a specific release by its tag name in a GitHub repository

Parameters* required
ownerstring
Repository owner
repostring
Repository name
tagstring
Tag name (e.g., 'v1.0.0')
get_repository_treeGet the tree structure (files and directories) of a GitHub repository at a specific ref or SHA5 params

Get the tree structure (files and directories) of a GitHub repository at a specific ref or SHA

Parameters* required
ownerstring
Repository owner (username or organization)
path_filterstring
Optional path prefix to filter the tree results (e.g., 'src/' to only show files in the src directory)
recursiveboolean
Setting this parameter to true returns the objects or subtrees referenced by the tree. Default is falsedefault: false
repostring
Repository name
tree_shastring
The SHA1 value or ref (branch or tag) name of the tree. Defaults to the repository's default branch
get_secret_scanning_alertGet details of a specific secret scanning alert in a GitHub repository.3 params

Get details of a specific secret scanning alert in a GitHub repository.

Parameters* required
alertNumbernumber
The number of the alert.
ownerstring
The owner of the repository.
repostring
The name of the repository.
get_tagGet details about a specific git tag in a GitHub repository3 params

Get details about a specific git tag in a GitHub repository

Parameters* required
ownerstring
Repository owner
repostring
Repository name
tagstring
Tag name
get_team_membersGet member usernames of a specific team in an organization. Limited to organizations accessible with current credentials2 params

Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials

Parameters* required
orgstring
Organization login (owner) that contains the team.
team_slugstring
Team slug
get_teamsGet details of the teams the user is a member of. Limited to organizations accessible with current credentials1 params

Get details of the teams the user is a member of. Limited to organizations accessible with current credentials

Parameters* required
userstring
Username to get teams for. If not provided, uses the authenticated user.
github_support_docs_searchRetrieve documentation relevant to answer GitHub product and support questions. Support topics include: GitHub Actions Workflows, Authentication, GitHub Support Inquiries, Pull Request Practices, Repository Maintenance, GitHub Pages, GitHub Packages, GitHub Discussions, Copilo...1 params

Retrieve documentation relevant to answer GitHub product and support questions. Support topics include: GitHub Actions Workflows, Authentication, GitHub Support Inquiries, Pull Request Practices, Repository Maintenance, GitHub Pages, GitHub Packages, GitHub Discussions, Copilo...

Parameters* required
querystring
Input from the user about the question they need answered. This is the latest raw unedited user message. You should ALWAYS leave the user message as it is, you should never modify it.
issue_readGet information about a specific issue in a GitHub repository.6 params

Get information about a specific issue in a GitHub repository.

Parameters* required
issue_numbernumber
The number of the issue
methodstring
The read operation to perform on a single issue. Options are: 1. get - Get details of a specific issue. 2. get_comments - Get issue comments. 3. get_sub_issues - Get sub-issues of the issue. 4. get...one of get · get_comments · get_sub_issues · get_labels
ownerstring
The owner of the repository
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
The name of the repository
issue_writeCreate a new or update an existing issue in a GitHub repository.13 params

Create a new or update an existing issue in a GitHub repository.

Parameters* required
assigneesarray
Usernames to assign to this issue
bodystring
Issue body content
duplicate_ofnumber
Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'.
issue_numbernumber
Issue number to update
labelsarray
Labels to apply to this issue
methodstring
Write operation to perform on a single issue. Options are: - 'create' - creates a new issue. - 'update' - updates an existing issue. one of create · update
milestonenumber
Milestone number
ownerstring
Repository owner
repostring
Repository name
statestring
New stateone of open · closed
state_reasonstring
Reason for the state change. Ignored unless state is changed.one of completed · not_planned · duplicate
titlestring
Issue title
typestring
Type of this issue. Only use if the repository has issue types configured. Use list_issue_types tool to get valid type values for the organization. If the repository doesn't support issue types, om...
label_writePerform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.7 params

Perform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.

Parameters* required
colorstring
Label color as 6-character hex code without '#' prefix (e.g., 'f29513'). Required for 'create', optional for 'update'.
descriptionstring
Label description text. Optional for 'create' and 'update'.
methodstring
Operation to perform: 'create', 'update', or 'delete'one of create · update · delete
namestring
Label name - required for all operations
new_namestring
New name for the label (used only with 'update' method to rename)
ownerstring
Repository owner (username or organization name)
repostring
Repository name
list_branchesList branches in a GitHub repository4 params

List branches in a GitHub repository

Parameters* required
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
list_code_scanning_alertsList code scanning alerts in a GitHub repository.6 params

List code scanning alerts in a GitHub repository.

Parameters* required
ownerstring
The owner of the repository.
refstring
The Git reference for the results you want to list.
repostring
The name of the repository.
severitystring
Filter code scanning alerts by severityone of critical · high · medium · low · warning · note
statestring
Filter code scanning alerts by state. Defaults to openone of open · closed · dismissed · fixeddefault: open
tool_namestring
The name of the tool used for code scanning.
list_commitsGet list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).6 params

Get list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).

Parameters* required
authorstring
Author username or email address to filter commits by
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
shastring
Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA.
list_copilot_spacesRetrieves the list of Copilot Spaces accessible to the user, including their names and owners.

Retrieves the list of Copilot Spaces accessible to the user, including their names and owners.

No parameter schema in public metadata yet.

list_dependabot_alertsList dependabot alerts in a GitHub repository.4 params

List dependabot alerts in a GitHub repository.

Parameters* required
ownerstring
The owner of the repository.
repostring
The name of the repository.
severitystring
Filter dependabot alerts by severityone of low · medium · high · critical
statestring
Filter dependabot alerts by state. Defaults to openone of open · fixed · dismissed · auto_dismisseddefault: open
list_discussion_categoriesList discussion categories with their id and name, for a repository or organisation.2 params

List discussion categories with their id and name, for a repository or organisation.

Parameters* required
ownerstring
Repository owner
repostring
Repository name. If not provided, discussion categories will be queried at the organisation level.
list_discussionsList discussions for a repository or organisation.7 params

List discussions for a repository or organisation.

Parameters* required
afterstring
Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs.
categorystring
Optional filter by discussion category ID. If provided, only discussions with this category are listed.
directionstring
Order direction.one of ASC · DESC
orderBystring
Order discussions by field. If provided, the 'direction' also needs to be provided.one of CREATED_AT · UPDATED_AT
ownerstring
Repository owner
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name. If not provided, discussions will be queried at the organisation level.
list_gistsList gists for a user4 params

List gists for a user

Parameters* required
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
sincestring
Only gists updated after this time (ISO 8601 timestamp)
usernamestring
GitHub username (omit for authenticated user's gists)
list_global_security_advisoriesList global security advisories from GitHub.11 params

List global security advisories from GitHub.

Parameters* required
affectsstring
Filter advisories by affected package or version (e.g. "package1,package2@1.0.0").
cveIdstring
Filter by CVE ID.
cwesarray
Filter by Common Weakness Enumeration IDs (e.g. ["79", "284", "22"]).
ecosystemstring
Filter by package ecosystem.one of actions · composer · erlang · go · maven · npm
ghsaIdstring
Filter by GitHub Security Advisory ID (format: GHSA-xxxx-xxxx-xxxx).
isWithdrawnboolean
Whether to only return withdrawn advisories.
modifiedstring
Filter by publish or update date or date range (ISO 8601 date or range).
publishedstring
Filter by publish date or date range (ISO 8601 date or range).
severitystring
Filter by severity.one of unknown · low · medium · high · critical
typestring
Advisory type.one of reviewed · malware · unrevieweddefault: reviewed
updatedstring
Filter by update date or date range (ISO 8601 date or range).
list_issue_typesList supported issue types for repository owner (organization).1 params

List supported issue types for repository owner (organization).

Parameters* required
ownerstring
The organization owner of the repository
list_issuesList issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.9 params

List issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.

Parameters* required
afterstring
Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs.
directionstring
Order direction. If provided, the 'orderBy' also needs to be provided.one of ASC · DESC
labelsarray
Filter by labels
orderBystring
Order issues by field. If provided, the 'direction' also needs to be provided.one of CREATED_AT · UPDATED_AT · COMMENTS
ownerstring
Repository owner
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
sincestring
Filter by date (ISO 8601 timestamp)
statestring
Filter by state, by default both open and closed issues are returned when not providedone of OPEN · CLOSED
list_labelList labels from a repository2 params

List labels from a repository

Parameters* required
ownerstring
Repository owner (username or organization name) - required for all operations
repostring
Repository name - required for all operations
list_notificationsLists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of their GitHub activity, wa...7 params

Lists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of their GitHub activity, wa...

Parameters* required
beforestring
Only show notifications updated before the given time (ISO 8601 format)
filterstring
Filter notifications to, use default unless specified. Read notifications are ones that have already been acknowledged by the user. Participating notifications are those that the user is directly i...one of default · include_read_notifications · only_participating
ownerstring
Optional repository owner. If provided with repo, only notifications for this repository are listed.
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Optional repository name. If provided with owner, only notifications for this repository are listed.
sincestring
Only show notifications updated after the given time (ISO 8601 format)
list_org_repository_security_advisoriesList repository security advisories for a GitHub organization.4 params

List repository security advisories for a GitHub organization.

Parameters* required
directionstring
Sort direction.one of asc · desc
orgstring
The organization login.
sortstring
Sort field.one of created · updated · published
statestring
Filter by advisory state.one of triage · draft · published · closed
list_pull_requestsList pull requests in a GitHub repository. If the user specifies an author, then DO NOT use this tool and use the search_pull_requests tool instead.9 params

List pull requests in a GitHub repository. If the user specifies an author, then DO NOT use this tool and use the search_pull_requests tool instead.

Parameters* required
basestring
Filter by base branch
directionstring
Sort directionone of asc · desc
headstring
Filter by head user/org and branch
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
sortstring
Sort byone of created · updated · popularity · long-running
statestring
Filter by stateone of open · closed · all
list_releasesList releases in a GitHub repository4 params

List releases in a GitHub repository

Parameters* required
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
list_repository_security_advisoriesList repository security advisories for a GitHub repository.5 params

List repository security advisories for a GitHub repository.

Parameters* required
directionstring
Sort direction.one of asc · desc
ownerstring
The owner of the repository.
repostring
The name of the repository.
sortstring
Sort field.one of created · updated · published
statestring
Filter by advisory state.one of triage · draft · published · closed
list_secret_scanning_alertsList secret scanning alerts in a GitHub repository.5 params

List secret scanning alerts in a GitHub repository.

Parameters* required
ownerstring
The owner of the repository.
repostring
The name of the repository.
resolutionstring
Filter by resolutionone of false_positive · wont_fix · revoked · pattern_edited · pattern_deleted · used_in_tests
secret_typestring
A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter.
statestring
Filter by stateone of open · resolved
list_starred_repositoriesList starred repositories5 params

List starred repositories

Parameters* required
directionstring
The direction to sort the results by.one of asc · desc
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
sortstring
How to sort the results. Can be either 'created' (when the repository was starred) or 'updated' (when the repository was last pushed to).one of created · updated
usernamestring
Username to list starred repositories for. Defaults to the authenticated user.
list_tagsList git tags in a GitHub repository4 params

List git tags in a GitHub repository

Parameters* required
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
repostring
Repository name
manage_notification_subscriptionManage a notification subscription: ignore, watch, or delete a notification thread subscription.2 params

Manage a notification subscription: ignore, watch, or delete a notification thread subscription.

Parameters* required
actionstring
Action to perform: ignore, watch, or delete the notification subscription.one of ignore · watch · delete
notificationIDstring
The ID of the notification thread.
manage_repository_notification_subscriptionManage a repository notification subscription: ignore, watch, or delete repository notifications subscription for the provided repository.3 params

Manage a repository notification subscription: ignore, watch, or delete repository notifications subscription for the provided repository.

Parameters* required
actionstring
Action to perform: ignore, watch, or delete the repository notification subscription.one of ignore · watch · delete
ownerstring
The account owner of the repository.
repostring
The name of the repository.
mark_all_notifications_readMark all notifications as read3 params

Mark all notifications as read

Parameters* required
lastReadAtstring
Describes the last point that notifications were checked (optional). Default: Now
ownerstring
Optional repository owner. If provided with repo, only notifications for this repository are marked as read.
repostring
Optional repository name. If provided with owner, only notifications for this repository are marked as read.
merge_pull_requestMerge a pull request in a GitHub repository.6 params

Merge a pull request in a GitHub repository.

Parameters* required
commit_messagestring
Extra detail for merge commit
commit_titlestring
Title for merge commit
merge_methodstring
Merge methodone of merge · squash · rebase
ownerstring
Repository owner
pullNumbernumber
Pull request number
repostring
Repository name
projects_getGet details about specific GitHub Projects resources. Use this tool to get details about individual projects, project fields, and project items by their unique IDs.8 params

Get details about specific GitHub Projects resources. Use this tool to get details about individual projects, project fields, and project items by their unique IDs.

Parameters* required
field_idnumber
The field's ID. Required for 'get_project_field' method.
fieldsarray
Specific list of field IDs to include in the response when getting a project item (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. Only used for 'get_projec...
item_idnumber
The item's ID. Required for 'get_project_item' method.
methodstring
The method to executeone of get_project · get_project_field · get_project_item · get_project_status_update
ownerstring
The owner (user or organization login). The name is not case sensitive.
owner_typestring
Owner type (user or org). If not provided, will be automatically detected.one of user · org
project_numbernumber
The project's number.
status_update_idstring
The node ID of the project status update. Required for 'get_project_status_update' method.
projects_listTools for listing GitHub Projects resources. Use this tool to list projects for a user or organization, or list project fields and items for a specific project.9 params

Tools for listing GitHub Projects resources. Use this tool to list projects for a user or organization, or list project fields and items for a specific project.

Parameters* required
afterstring
Forward pagination cursor from previous pageInfo.nextCursor.
beforestring
Backward pagination cursor from previous pageInfo.prevCursor (rare).
fieldsarray
Field IDs to include when listing project items (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Only used for 'list_project_items' met...
methodstring
The action to performone of list_projects · list_project_fields · list_project_items · list_project_status_updates
ownerstring
The owner (user or organization login). The name is not case sensitive.
owner_typestring
Owner type (user or org). If not provided, will automatically try both.one of user · org
per_pagenumber
Results per page (max 50)
project_numbernumber
The project's number. Required for 'list_project_fields', 'list_project_items', and 'list_project_status_updates' methods.
querystring
Filter/query string. For list_projects: filter by title text and state (e.g. "roadmap is:open"). For list_project_items: advanced filtering using GitHub's project filtering syntax.
projects_writeAdd, update, or delete project items, or create status updates in a GitHub Project.15 params

Add, update, or delete project items, or create status updates in a GitHub Project.

Parameters* required
bodystring
The body of the status update (markdown). Used for 'create_project_status_update' method.
issue_numbernumber
The issue number (use when item_type is 'issue' for 'add_project_item' method). Provide either issue_number or pull_request_number.
item_idnumber
The project item ID. Required for 'update_project_item' and 'delete_project_item' methods.
item_ownerstring
The owner (user or organization) of the repository containing the issue or pull request. Required for 'add_project_item' method.
item_repostring
The name of the repository containing the issue or pull request. Required for 'add_project_item' method.
item_typestring
The item's type, either issue or pull_request. Required for 'add_project_item' method.one of issue · pull_request
methodstring
The method to executeone of add_project_item · update_project_item · delete_project_item · create_project_status_update
ownerstring
The project owner (user or organization login). The name is not case sensitive.
owner_typestring
Owner type (user or org). If not provided, will be automatically detected.one of user · org
project_numbernumber
The project's number.
pull_request_numbernumber
The pull request number (use when item_type is 'pull_request' for 'add_project_item' method). Provide either issue_number or pull_request_number.
start_datestring
The start date of the status update in YYYY-MM-DD format. Used for 'create_project_status_update' method.
statusstring
The status of the project. Used for 'create_project_status_update' method.one of INACTIVE · ON_TRACK · AT_RISK · OFF_TRACK · COMPLETE
target_datestring
The target date of the status update in YYYY-MM-DD format. Used for 'create_project_status_update' method.
updated_fieldobject
Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {"id": 123456, "value": "New Value"}. Required for 'updat...
pull_request_readGet information on a specific pull request in GitHub repository.6 params

Get information on a specific pull request in GitHub repository.

Parameters* required
methodstring
Action to specify what pull request data needs to be retrieved from GitHub. Possible options: 1. get - Get details of a specific pull request. 2. get_diff - Get the diff of a pull request. 3....one of get · get_diff · get_status · get_files · get_review_comments · get_reviews
ownerstring
Repository owner
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
pullNumbernumber
Pull request number
repostring
Repository name
pull_request_review_writeCreate and/or submit, delete review of a pull request. Available methods: - create: Create a new review of a pull request. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created. - submit_pending: Submit an existing pendin...7 params

Create and/or submit, delete review of a pull request. Available methods: - create: Create a new review of a pull request. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created. - submit_pending: Submit an existing pendin...

Parameters* required
bodystring
Review comment text
commitIDstring
SHA of commit to review
eventstring
Review action to perform.one of APPROVE · REQUEST_CHANGES · COMMENT
methodstring
The write operation to perform on pull request review.one of create · submit_pending · delete_pending
ownerstring
Repository owner
pullNumbernumber
Pull request number
repostring
Repository name
push_filesPush multiple files to a GitHub repository in a single commit5 params

Push multiple files to a GitHub repository in a single commit

Parameters* required
branchstring
Branch to push to
filesarray
Array of file objects to push, each object with path (string) and content (string)
messagestring
Commit message
ownerstring
Repository owner
repostring
Repository name
request_copilot_reviewRequest a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.3 params

Request a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.

Parameters* required
ownerstring
Repository owner
pullNumbernumber
Pull request number
repostring
Repository name
run_secret_scanningScan files, content, or recent changes for secrets such as API keys, passwords, tokens, and credentials. This tool is intended for targeted scans of specific files, snippets, or diffs provided directly as content. It accepts file contents or diffs and returns detected secrets...3 params

Scan files, content, or recent changes for secrets such as API keys, passwords, tokens, and credentials. This tool is intended for targeted scans of specific files, snippets, or diffs provided directly as content. It accepts file contents or diffs and returns detected secrets...

Parameters* required
filesarray
Array of file contents, snippets, or diff hunks to scan for secrets. These must be raw contents, not repository file paths.
ownerstring
Repository owner
repostring
Repository name
search_codeFast and precise code search across ALL GitHub repositories using GitHub's native search engine. Best for finding exact symbols, functions, classes, or specific code patterns.5 params

Fast and precise code search across ALL GitHub repositories using GitHub's native search engine. Best for finding exact symbols, functions, classes, or specific code patterns.

Parameters* required
orderstring
Sort order for resultsone of asc · desc
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
Search query using GitHub's powerful code search syntax. Examples: 'content:Skill language:Java org:github', 'NOT is:archived language:Python OR language:go', 'repo:github/github-mcp-server'. Suppo...
sortstring
Sort field ('indexed' only)
search_issuesSearch for issues in GitHub repositories using issues search syntax already scoped to is:issue7 params

Search for issues in GitHub repositories using issues search syntax already scoped to is:issue

Parameters* required
orderstring
Sort orderone of asc · desc
ownerstring
Optional repository owner. If provided with repo, only issues for this repository are listed.
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
Search query using GitHub issues search syntax
repostring
Optional repository name. If provided with owner, only issues for this repository are listed.
sortstring
Sort field by number of matches of categories, defaults to best matchone of comments · reactions · reactions-+1 · reactions--1 · reactions-smile · reactions-thinking_face
search_orgsFind GitHub organizations by name, location, or other organization metadata. Ideal for discovering companies, open source foundations, or teams.5 params

Find GitHub organizations by name, location, or other organization metadata. Ideal for discovering companies, open source foundations, or teams.

Parameters* required
orderstring
Sort orderone of asc · desc
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
Organization search query. Examples: 'microsoft', 'location:california', 'created:>=2025-01-01'. Search is automatically scoped to type:org.
sortstring
Sort field by categoryone of followers · repositories · joined
search_pull_requestsSearch for pull requests in GitHub repositories using issues search syntax already scoped to is:pr7 params

Search for pull requests in GitHub repositories using issues search syntax already scoped to is:pr

Parameters* required
orderstring
Sort orderone of asc · desc
ownerstring
Optional repository owner. If provided with repo, only pull requests for this repository are listed.
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
Search query using GitHub pull request search syntax
repostring
Optional repository name. If provided with owner, only pull requests for this repository are listed.
sortstring
Sort field by number of matches of categories, defaults to best matchone of comments · reactions · reactions-+1 · reactions--1 · reactions-smile · reactions-thinking_face
search_repositoriesFind GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.6 params

Find GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.

Parameters* required
minimal_outputboolean
Return minimal repository information (default: true). When false, returns full GitHub API repository objects.default: true
orderstring
Sort orderone of asc · desc
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
Repository search query. Examples: 'machine learning in:name stars:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering.
sortstring
Sort repositories by field, defaults to best matchone of stars · forks · help-wanted-issues · updated
search_usersFind GitHub users by username, real name, or other profile information. Useful for locating developers, contributors, or team members.5 params

Find GitHub users by username, real name, or other profile information. Useful for locating developers, contributors, or team members.

Parameters* required
orderstring
Sort orderone of asc · desc
pagenumber
Page number for pagination (min 1)
perPagenumber
Results per page for pagination (min 1, max 100)
querystring
User search query. Examples: 'john smith', 'location:seattle', 'followers:>100'. Search is automatically scoped to type:user.
sortstring
Sort users by number of followers or repositories, or when the person joined GitHub.one of followers · repositories · joined
star_repositoryStar a GitHub repository2 params

Star a GitHub repository

Parameters* required
ownerstring
Repository owner
repostring
Repository name

Go Report Card

Omnigit GitHub & Local Git MCP Server

The Omnigit GitHub & Local Git MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.

Use Cases

  • Repository Management: Browse and query code, search files, analyze commits, and understand project structure across any repository you have access to.
  • Issue & PR Automation: Create, update, and manage issues and pull requests. Let AI help triage bugs, review code changes, and maintain project boards.
  • CI/CD & Workflow Intelligence: Monitor GitHub Actions workflow runs, analyze build failures, manage releases, and get insights into your development pipeline.
  • Code Analysis: Examine security findings, review Dependabot alerts, understand code patterns, and get comprehensive insights into your codebase.
  • Team Collaboration: Access discussions, manage notifications, analyze team activity, and streamline processes for your team.

Built for developers who want to connect their AI tools to GitHub context and capabilities, from simple natural language queries to complex multi-step agent workflows.


Fork differences from upstream

This is a fork of github/github-mcp-server with the following additions and improvements.

For the maintained backport checklist, see Fork Differences From Upstream.

Improved review comment ID resolution

get_review_comments now returns a CommentID field (which is the databaseId from GraphQL) alongside the GraphQL NodeID and DatabaseID for every comment node. This CommentID is the numeric ID that should be used when calling add_reply_to_pull_request_comment or pull_request_comment_write. Previously, only the opaque base64 GraphQL node ID was returned, forcing the model to decode it or scrape the numeric ID from comment URLs. The commentId / comment_id parameter descriptions in those tools now explicitly say to use the CommentID field.

Issue comment management (issue_comment_write)

A new issue_comment_write tool lets AI agents update or delete existing issue comments. Previously only add_issue_comment (create) was available.

PR review comment management (pull_request_comment_write)

A new pull_request_comment_write tool lets AI agents update or delete existing pull request review comments.

Body filtering (filter_patterns)

Issue bodies, PR bodies, and local git commit messages are filtered before being sent to GitHub. By default, Co-Authored-By: trailers and generic AI-generated PR footers are stripped. The filter list is fully configurable via filter_patterns in omnigit-mcp-config.json. See i18n / Overriding Descriptions for details.

Local Git toolset (local_git)

A full set of git_* tools for operating on local repositories without going through the GitHub API: git_add, git_apply_patch_file, git_apply_patch_string, git_checkout, git_commit, git_create_branch, git_diff, git_diff_staged, git_diff_unstaged, git_init, git_list_repositories, git_log, git_pull, git_push, git_reset, git_show, and git_status.


Remote GitHub MCP Server

Install in VS Code Install in VS Code Insiders Install in Visual Studio

The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the local version of the GitHub MCP Server instead.

Prerequisites

  1. A compatible MCP host with remote server support (VS Code 1.101+, Claude Desktop, Cursor, Windsurf, etc.)
  2. Any applicable policies enabled

Install in VS Code

For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using VS Code 1.101 or later for remote MCP and OAuth support.

Alternatively, to manually configure VS Code, choose the appropriate JSON block from the examples below and add it to your host configuration:

Using OAuthUsing a GitHub PAT
VS Code (version 1.101 or greater)
{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/"
    }
  }
}
{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/",
      "headers": {
        "Authorization": "Bearer ${input:github_mcp_pat}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "github_mcp_pat",
      "description": "GitHub Personal Access Token",
      "password": true
    }
  ]
}

Install in other MCP hosts

  • Copilot CLI - Installation guide for GitHub Copilot CLI
  • GitHub Copilot in other IDEs - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
  • Claude Applications - Installation guide for Claude Desktop and Claude Code CLI
  • Codex - Installation guide for OpenAI Codex
  • Cursor - Installation guide for Cursor IDE
  • OpenCode - Installation guide for the OpenCode terminal agent
  • Windsurf - Installation guide for Windsurf IDE
  • Zed - Installation guide for Zed editor
  • Rovo Dev CLI - Installation guide for Rovo Dev CLI

Note: Each MCP host application needs to configure a GitHub App or OAuth App to support remote access via OAuth. Any host application that supports remote MCP servers should support the remote GitHub server with PAT authentication. Configuration details and support levels vary by host. Make sure to refer to the host application's documentation for more info.

Configuration

Toolset configuration

See Remote Server Documentation for full details on remote server configuration, toolsets, headers, and advanced usage. This file provides comprehensive instructions and examples for connecting, customizing, and installing the remote GitHub MCP Server in VS Code and other MCP hosts.

When no toolsets are specified, default toolsets are used.

Insiders Mode

Try new features early! The remote server offers an insiders version with early access to new features and experimental tools.

Using URL PathUsing Header
{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/insiders"
    }
  }
}
{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/",
      "headers": {
        "X-MCP-Insiders": "true"
      }
    }
  }
}

See Remote Server Documentation for more details and examples, and Insiders Features for a full list of what's available.

GitHub Enterprise
GitHub Enterprise Cloud with data residency (ghe.com)

GitHub Enterprise Cloud can also make use of the remote server.

Example for https://octocorp.ghe.com with GitHub PAT token:

{
    ...
    "github-octocorp": {
      "type": "http",
      "url": "https://copilot-api.octocorp.ghe.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:github_mcp_pat}"
      }
    },
    ...
}

Note: When using OAuth with GitHub Enterprise with VS Code and GitHub Copilot, you also need to configure your VS Code settings to point to your GitHub Enterprise instance - see Authenticate from VS Code

GitHub Enterprise Server

GitHub Enterprise Server does not support remote server hosting. Please refer to GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com) from the local server configuration.


Local GitHub MCP Server

Install with Docker in VS Code Install with Docker in VS Code Insiders Install with Docker in Visual Studio

Prerequisites

  1. To run the server in a container, you will need to have Docker installed.

  2. Once Docker is installed, you will also need to ensure Docker is running. The Docker image is available at ghcr.io/aifity/omnigit-mcp. The image is public; if you get errors on pull, you may have an expired token and need to docker logout ghcr.io.

  3. Authentication. On github.com you don't need to create anything up front — the one-click buttons above log you in with OAuth on first use (a browser-based flow; the token is kept in memory only). The Docker buttons publish a fixed callback port (127.0.0.1:8085) so the container's login callback is reachable. See Local Server OAuth Login for how it works, headless/device-code fallback, and bringing your own OAuth or GitHub App (required for GitHub Enterprise Server and ghe.com).

    Prefer a token? You can still authenticate with a GitHub Personal Access Token by setting GITHUB_PERSONAL_ACCESS_TOKEN instead (it takes precedence over OAuth). The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the documentation).

Handling PATs Securely

Environment Variables (Recommended)

To keep your GitHub PAT secure and reusable across different MCP hosts:

  1. Store your PAT in environment variables

    export GITHUB_PAT=your_token_here
    

    Or create a .env file:

    GITHUB_PAT=your_token_here
    
  2. Protect your .env file

    # Add to .gitignore to prevent accidental commits
    echo ".env" >> .gitignore
    
  3. Reference the token in configurations

    # CLI usage
    claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=$GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/aifity/omnigit-mcp
    
    # In config files (where supported)
    "env": {
      "GITHUB_PERSONAL_ACCESS_TOKEN": "$GITHUB_PAT"
    }
    

Note: Environment variable support varies by host app and IDE. Some applications (like Windsurf) require hardcoded tokens in config files.

Token Security Best Practices

  • Minimum scopes: Only grant necessary permissions

    • repo - Repository operations
    • read:packages - Docker image access
    • read:org - Organization team access
  • Separate tokens: Use different PATs for different projects/environments

  • Regular rotation: Update tokens periodically

  • Never commit: Keep tokens out of version control

  • File permissions: Restrict access to config files containing tokens

    chmod 600 ~/.your-app/config.json
    

GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)

The flag --gh-host and the environment variable GITHUB_HOST can be used to set the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.

  • For GitHub Enterprise Server, prefix the hostname with the https:// URI scheme, as it otherwise defaults to http://, which GitHub Enterprise Server does not support.
  • For GitHub Enterprise Cloud with data residency, use https://YOURSUBDOMAIN.ghe.com as the hostname.
"github": {
    "command": "docker",
    "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "GITHUB_PERSONAL_ACCESS_TOKEN",
    "-e",
    "GITHUB_HOST",
    "ghcr.io/aifity/omnigit-mcp"
    ],
    "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}",
        "GITHUB_HOST": "https://<your GHES or ghe.com domain name>"
    }
}

Installation

Install in GitHub Copilot on VS Code

For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.

More about using MCP server tools in VS Code's agent mode documentation.

Install in GitHub Copilot on other IDEs (JetBrains, Visual Studio, Eclipse, etc.)

Add one of the following JSON blocks to your IDE's MCP settings.

Log in with OAuth (no token to create or store). On github.com the official image already includes the app credentials, so you provide none yourself: it runs a browser-based login on first use and keeps the resulting token in memory only. In Docker this needs a fixed callback port published to loopback so the container's login callback is reachable:

{
  "mcp": {
    "servers": {
      "github": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "-p",
          "127.0.0.1:8085:8085",
          "-e",
          "GITHUB_OAUTH_CALLBACK_PORT",
          "ghcr.io/aifity/omnigit-mcp"
        ],
        "env": {
          "GITHUB_OAUTH_CALLBACK_PORT": "8085"
        }
      }
    }
  }
}

See Local Server OAuth Login for the native-binary flow (no fixed port needed), the headless/device-code fallback, GitHub Enterprise Server / ghe.com, and bringing your own OAuth or GitHub App.

Or authenticate with a Personal Access Token. Set GITHUB_PERSONAL_ACCESS_TOKEN instead (it takes precedence over OAuth):

{
  "mcp": {
    "inputs": [
      {
        "type": "promptString",
        "id": "github_token",
        "description": "GitHub Personal Access Token",
        "password": true
      }
    ],
    "servers": {
      "github": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GITHUB_PERSONAL_ACCESS_TOKEN",
          "ghcr.io/aifity/omnigit-mcp"
        ],
        "env": {
          "GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
        }
      }
    }
  }
}

Optionally, you can add a similar example (i.e. without the mcp key) to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with other host applications that accept the same format.

Example JSON block without the MCP key included
{
  "inputs": [
    {
      "type": "promptString",
      "id": "github_token",
      "description": "GitHub Personal Access Token",
      "password": true
    }
  ],
  "servers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "ghcr.io/aifity/omnigit-mcp"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
      }
    }
  }
}

Install in Other MCP Hosts

For other MCP host applications, please refer to our installation guides:

  • Copilot CLI - Installation guide for GitHub Copilot CLI
  • GitHub Copilot in other IDEs - Installation for JetBrains, Visual Studio, Eclipse, and Xcode with GitHub Copilot
  • Claude Code & Claude Desktop - Installation guide for Claude Code and Claude Desktop
  • Cursor - Installation guide for Cursor IDE
  • Google Gemini CLI - Installation guide for Google Gemini CLI
  • OpenCode - Installation guide for the OpenCode terminal agent
  • Windsurf - Installation guide for Windsurf IDE
  • Zed - Installation guide for Zed editor

For a complete overview of all installation options, see our Installation Guides Index.

Note: Any host application that supports local MCP servers should be able to access the local GitHub MCP server. However, the specific configuration process, syntax and stability of the integration will vary by host application. While many may follow a similar format to the examples above, this is not guaranteed. Please refer to your host application's documentation for the correct MCP configuration syntax and setup process.

Build from source

If you don't have Docker, you can use go build to build the binary in the cmd/omnigit-mcp directory, and use the omnigit-mcp stdio command with the GITHUB_PERSONAL_ACCESS_TOKEN environment variable set to your token. To specify the output location of the build, use the -o flag. You should configure your server to use the built executable as its command. For example:

{
  "mcp": {
    "servers": {
      "github": {
        "command": "/path/to/omnigit-mcp",
        "args": ["stdio"],
        "env": {
          "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
        }
      }
    }
  }
}

CLI utilities

The omnigit-mcp binary includes a few CLI subcommands that are helpful for debugging and exploring the server.

  • omnigit-mcp tool-search "<query>" searches tools by name, description, and input parameter names. Use --max-results to return more matches. Example (color output requires a TTY; use docker run -t (or -it) when running in Docker):
docker run -it --rm ghcr.io/aifity/omnigit-mcp tool-search "issue" --max-results 5
omnigit-mcp tool-search "issue" --max-results 5

Tool Configuration

The GitHub MCP Server supports enabling or disabling specific groups of functionalities via the --toolsets flag. This allows you to control which GitHub API capabilities are available to your AI tools. Enabling only the toolsets that you need can help the LLM with tool choice and reduce the context size.

Toolsets are not limited to Tools. Relevant MCP Resources and Prompts are also included where applicable.

When no toolsets are specified, default toolsets are used.

Looking for examples? See the Server Configuration Guide for common recipes like minimal setups, read-only mode, and combining tools with toolsets.

Specifying Toolsets

To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:

  1. Using Command Line Argument:

    omnigit-mcp --toolsets repos,issues,pull_requests,actions,code_security
    
  2. Using Environment Variable:

    GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security" ./omnigit-mcp
    

The environment variable GITHUB_TOOLSETS takes precedence over the command line argument if both are provided.

Specifying Individual Tools

You can also configure specific tools using the --tools flag. Tools can be used independently or combined with toolsets for fine-grained control.

  1. Using Command Line Argument:

    omnigit-mcp --tools get_file_contents,issue_read,create_pull_request
    
  2. Using Environment Variable:

    GITHUB_TOOLS="get_file_contents,issue_read,create_pull_request" ./omnigit-mcp
    
  3. Combining with Toolsets (additive):

    omnigit-mcp --toolsets repos,issues --tools get_gist
    

    This registers all tools from repos and issues toolsets, plus get_gist.

Important Notes:

  • Tools and toolsets can be used together
  • Read-only mode takes priority: write tools are skipped if --read-only is set, even if explicitly requested via --tools
  • Tool names must match exactly (e.g., get_file_contents, not getFileContents). Invalid tool names will cause the server to fail at startup with an error message
  • When tools are renamed, old names are preserved as aliases for backward compatibility. See Tool Renaming for details.

Using Toolsets With Docker

When using Docker, you can pass the toolsets as environment variables:

docker run -i --rm \
  -e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
  -e GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security" \
  ghcr.io/aifity/omnigit-mcp

Using Tools With Docker

When using Docker, you can pass specific tools as environment variables. You can also combine tools with toolsets:

# Tools only
docker run -i --rm \
  -e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
  -e GITHUB_TOOLS="get_file_contents,issue_read,create_pull_request" \
  ghcr.io/aifity/omnigit-mcp

# Tools combined with toolsets (additive)
docker run -i --rm \
  -e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
  -e GITHUB_TOOLSETS="repos,issues" \
  -e GITHUB_TOOLS="get_gist" \
  ghcr.io/aifity/omnigit-mcp

Special toolsets

"all" toolset

The special toolset all can be provided to enable all available toolsets regardless of any other configuration:

./omnigit-mcp --toolsets all

Or using the environment variable:

GITHUB_TOOLSETS="all" ./omnigit-mcp
"default" toolset

The default toolset default is the configuration that gets passed to the server if no toolsets are specified.

The default configuration is:

  • context
  • repos
  • issues
  • pull_requests
  • users

To keep the default configuration and add additional toolsets:

GITHUB_TOOLSETS="default,stargazers" ./omnigit-mcp

Insiders Mode

The local GitHub MCP Server offers an insiders version with early access to new features and experimental tools.

  1. Using Command Line Argument:

    ./omnigit-mcp --insiders
    
  2. Using Environment Variable:

    GITHUB_INSIDERS=true ./omnigit-mcp
    

When using Docker:

docker run -i --rm \
  -e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
  -e GITHUB_INSIDERS=true \
  ghcr.io/aifity/omnigit-mcp

Available Toolsets

The following sets of tools are available:

ToolsetDescription
personcontextStrongly recommended: Tools that provide context about the current user and GitHub context you are operating in
workflowactionsGitHub Actions workflows and CI/CD operations
code-squarecode_qualityGitHub Code Quality related tools
codescancode_securityCode security related tools, such as GitHub Code Scanning
copilotcopilotCopilot related tools
dependabotdependabotDependabot tools
comment-discussiondiscussionsGitHub Discussions related tools
logo-gistgistsGitHub Gist related tools
git-branchgitGitHub Git API related tools for low-level Git operations
issue-openedissuesGitHub Issues related tools
taglabelsGitHub Labels related tools
git-branchlocal_gitLocal Git repository operations - work with git repositories on your local machine (status, diff, commit, push, pull, branches, etc.)
bellnotificationsGitHub Notifications related tools
organizationorgsGitHub Organization related tools
projectprojectsGitHub Projects related tools
git-pull-requestpull_requestsGitHub Pull Request related tools
reporeposGitHub Repository related tools
shield-locksecret_protectionSecret protection related tools, such as GitHub Secret Scanning
shieldsecurity_advisoriesSecurity advisories related tools
starstargazersGitHub Stargazers related tools
peopleusersGitHub User related tools

Additional Toolsets in Remote GitHub MCP Server

ToolsetDescription
copilotCopilot related tools (e.g. Copilot Coding Agent)
copilot_spacesCopilot Spaces related tools
github_support_docs_searchSearch docs to answer GitHub product and support questions

Tools

workflow Actions
  • actions_get - Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)

    • Required OAuth Scopes: repo
    • method: The method to execute (string, required)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
    • resource_id: The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID:
      • Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'get_workflow' method.
      • Provide a workflow run ID for 'get_workflow_run', 'get_workflow_run_usage', and 'get_workflow_run_logs_url' methods.
      • Provide an artifact ID for 'download_workflow_run_artifact' method.
      • Provide a job ID for 'get_workflow_job' method. (string, required)
  • actions_list - List GitHub Actions workflows in a repository

    • Required OAuth Scopes: repo
    • method: The action to perform (string, required)
    • owner: Repository owner (string, required)
    • page: Page number for pagination (default: 1) (number, optional)
    • per_page: Results per page for pagination (default: 30, max: 100) (number, optional)
    • repo: Repository name (string, required)
    • resource_id: The unique identifier of the resource. This will vary based on the "method" provided, so ensure you provide the correct ID:
      • Do not provide any resource ID for 'list_workflows' method.
      • Provide a workflow ID or workflow file name (e.g. ci.yaml) for 'list_workflow_runs' method, or omit to list all workflow runs in the repository.
      • Provide a workflow run ID for 'list_workflow_jobs' and 'list_workflow_run_artifacts' methods. (string, optional)
    • workflow_jobs_filter: Filters for workflow jobs. ONLY used when method is 'list_workflow_jobs' (object, optional)
    • workflow_runs_filter: Filters for workflow runs. ONLY used when method is 'list_workflow_runs' (object, optional)
  • actions_run_trigger - Trigger GitHub Actions workflow actions

    • Required OAuth Scopes: repo
    • inputs: Inputs the workflow accepts. Only used for 'run_workflow' method. (object, optional)
    • method: The method to execute (string, required)
    • owner: Repository owner (string, required)
    • ref: The git reference for the workflow. The reference can be a branch or tag name. Required for 'run_workflow' method. (string, optional)
    • repo: Repository name (string, required)
    • run_id: The ID of the workflow run. Required for all methods except 'run_workflow'. (number, optional)
    • workflow_id: The workflow ID (numeric) or workflow file name (e.g., main.yml, ci.yaml). Required for 'run_workflow' method. (string, optional)
  • get_job_logs - Get GitHub Actions workflow job logs

    • Required OAuth Scopes: repo
    • failed_only: When true, gets logs for all failed jobs in the workflow run specified by run_id. Requires run_id to be provided. (boolean, optional)
    • job_id: The unique identifier of the workflow job. Required when getting logs for a single job. (number, optional)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
    • return_content: Returns actual log content instead of URLs (boolean, optional)
    • run_id: The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run. (number, optional)
    • tail_lines: Number of lines to return from the end of the log (number, optional)
code-square Code Quality
  • get_code_quality_finding - Get code quality finding
    • Required OAuth Scopes: repo
    • findingNumber: The number of the finding. (number, required)
    • owner: The owner of the repository. (string, required)
    • repo: The name of the repository. (string, required)
codescan Code Security
  • get_code_scanning_alert - Get code scanning alert

    • Required OAuth Scopes: security_events
    • Accepted OAuth Scopes: repo, security_events
    • alertNumber: The number of the alert. (number, required)
    • owner: The owner of the repository. (string, required)
    • repo: The name of the repository. (string, required)
  • list_code_scanning_alerts - List code scanning alerts

    • Required OAuth Scopes: security_events
    • Accepted OAuth Scopes: repo, security_events
    • owner: The owner of the repository. (string, required)
    • page: Page number for pagination (min 1) (number, optional)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • ref: The Git reference for the results you want to list. (string, optional)
    • repo: The name of the repository. (string, required)
    • severity: Filter code scanning alerts by severity (string, optional)
    • state: Filter code scanning alerts by state. Defaults to open (string, optional)
    • tool_name: The name of the tool used for code scanning. (string, optional)
person Context
  • get_me - Get my user profile

    • No parameters required
  • get_team_members - Get team members

    • Required OAuth Scopes: read:org
    • Accepted OAuth Scopes: admin:org, read:org, write:org
    • org: Organization login (owner) that contains the team. (string, required)
    • team_slug: Team slug (string, required)
  • get_teams - Get teams

    • Required OAuth Scopes: read:org
    • Accepted OAuth Scopes: admin:org, read:org, write:org
    • user: Username to get teams for. If not provided, uses the authenticated user. (string, optional)
copilot Copilot
  • assign_copilot_to_issue - Assign Copilot to issue

    • Required OAuth Scopes: repo
    • base_ref: Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch (string, optional)
    • custom_instructions: Optional custom instructions to guide the agent beyond the issue body. Use this to provide additional context, constraints, or guidance that is not captured in the issue description (string, optional)
    • issue_number: Issue number (number, required)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
  • request_copilot_review - Request Copilot review

    • Required OAuth Scopes: repo
    • owner: Repository owner (string, required)
    • pullNumber: Pull request number (number, required)
    • repo: Repository name (string, required)
dependabot Dependabot
  • get_dependabot_alert - Get dependabot alert

    • Required OAuth Scopes: security_events
    • Accepted OAuth Scopes: repo, security_events
    • alertNumber: The number of the alert. (number, required)
    • owner: The owner of the repository. (string, required)
    • repo: The name of the repository. (string, required)
  • list_dependabot_alerts - List dependabot alerts

    • Required OAuth Scopes: security_events
    • Accepted OAuth Scopes: repo, security_events
    • after: Cursor for pagination. Use the cursor from the previous response. (string, optional)
    • owner: The owner of the repository. (string, required)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • repo: The name of the repository. (string, required)
    • severity: Filter dependabot alerts by severity (string, optional)
    • state: Filter dependabot alerts by state. Defaults to open (string, optional)
comment-discussion Discussions
  • discussion_comment_write - Manage discussion comments

    • Required OAuth Scopes: repo
    • body: Comment content (required for 'add', 'reply', and 'update' methods) (string, optional)
    • commentNodeID: The Node ID of the discussion comment (required for 'reply', 'update', 'delete', 'mark_answer', and 'unmark_answer' methods). For 'reply', this is the top-level comment to reply to; GitHub Discussions only support one level of nesting. (string, optional)
    • discussionNumber: Discussion number (required for 'add' and 'reply' methods) (number, optional)
    • method: Write operation to perform on a discussion comment. Options are:
      • 'add' - adds a new top-level comment to a discussion.
      • 'reply' - replies to a top-level discussion comment (GitHub Discussions only support one level of nesting).
      • 'update' - updates an existing discussion comment.
      • 'delete' - deletes a discussion comment.
      • 'mark_answer' - marks a discussion comment as the answer (Q&A only).
      • 'unmark_answer' - unmarks a discussion comment as the answer (Q&A only). (string, required)
    • owner: Repository owner (required for 'add' and 'reply' methods) (string, optional)
    • repo: Repository name (required for 'add' and 'reply' methods) (string, optional)
  • get_discussion - Get discussion

    • Required OAuth Scopes: repo
    • discussionNumber: Discussion Number (number, required)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
  • get_discussion_comments - Get discussion comments

    • Required OAuth Scopes: repo
    • after: Cursor for pagination. Use the cursor from the previous response. (string, optional)
    • discussionNumber: Discussion Number (number, required)
    • includeReplies: When true, each top-level comment will include its replies nested within it (up to 100 replies per comment, which is the GitHub API maximum). Defaults to false. (boolean, optional)
    • owner: Repository owner (string, required)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • repo: Repository name (string, required)
  • list_discussion_categories - List discussion categories

    • Required OAuth Scopes: repo
    • owner: Repository owner (string, required)
    • repo: Repository name. If not provided, discussion categories will be queried at the organisation level. (string, optional)
  • list_discussions - List discussions

    • Required OAuth Scopes: repo
    • after: Cursor for pagination. Use the cursor from the previous response. (string, optional)
    • category: Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
    • direction: Order direction. (string, optional)
    • orderBy: Order discussions by field. If provided, the 'direction' also needs to be provided. (string, optional)
    • owner: Repository owner (string, required)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • repo: Repository name. If not provided, discussions will be queried at the organisation level. (string, optional)
logo-gist Gists
  • create_gist - Create Gist

    • Required OAuth Scopes: gist
    • content: Content for simple single-file gist creation (string, required)
    • description: Description of the gist (string, optional)
    • filename: Filename for simple single-file gist creation (string, required)
    • public: Whether the gist is public (boolean, optional)
  • get_gist - Get Gist Content

    • gist_id: The ID of the gist (string, required)
  • list_gists - List Gists

    • page: Page number for pagination (min 1) (number, optional)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • since: Only gists updated after this time (ISO 8601 timestamp) (string, optional)
    • username: GitHub username (omit for authenticated user's gists) (string, optional)
  • update_gist - Update Gist

    • Required OAuth Scopes: gist
    • content: Content for the file (string, required)
    • description: Updated description of the gist (string, optional)
    • filename: Filename to update or create (string, required)
    • gist_id: ID of the gist to update (string, required)
git-branch Git
  • get_repository_tree - Get repository tree
    • Required OAuth Scopes: repo
    • owner: Repository owner (username or organization) (string, required)
    • path_filter: Optional path prefix to filter the tree results (e.g., 'src/' to only show files in the src directory) (string, optional)
    • recursive: Setting this parameter to true returns the objects or subtrees referenced by the tree. Default is false (boolean, optional)
    • repo: Repository name (string, required)
    • tree_sha: The SHA1 value or ref (branch or tag) name of the tree. Defaults to the repository's default branch (string, optional)
issue-opened Issues
  • add_issue_comment - Add comment to issue or pull request

    • Required OAuth Scopes: repo
    • body: Comment content. Required unless reaction is provided. (string, optional)
    • comment_id: The numeric ID of the issue or pull request comment to react to. Use this for reactions to comments; omit it to react to the issue or pull request itself. Cannot be combined with body. (number, optional)
    • issue_number: Issue or pull request number to comment on or react to. (number, required)
    • owner: Repository owner (string, required)
    • reaction: Emoji reaction to add. Required unless body is provided. (string, optional)
    • repo: Repository name (string, required)
  • get_label - Get a specific label from a repository

    • Required OAuth Scopes: repo
    • name: Label name. (string, required)
    • owner: Repository owner (username or organization name) (string, required)
    • repo: Repository name (string, required)
  • issue_comment_write - Update or delete issue comment

    • Required OAuth Scopes: repo
    • body: New comment content (required for update method) (string, optional)
    • comment_id: Comment ID to update or delete (number, required)
    • method: The write operation to perform on a comment. Options are:
      • 'update' - updates an existing comment.
      • 'delete' - deletes an existing comment. (string, required)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
  • issue_read - Get issue details

    • Required OAuth Scopes: repo
    • issue_number: The number of the issue (number, required)
    • method: The read operation to perform on a single issue. Options are:
      1. get - Get issue details. Also returns best-effort hierarchy flags (has_parent, has_children); parent and sub_issues_summary are optional relationship summaries.
      2. get_comments - Get issue comments.
      3. get_sub_issues - Get sub-issues (children) of the issue.
      4. get_parent - Get the parent issue, if this issue is a sub-issue of another.
      5. get_labels - Get labels assigned to the issue. (string, required)
    • owner: The owner of the repository (string, required)
    • page: Page number for pagination (min 1) (number, optional)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • repo: The name of the repository (string, required)
  • issue_write - Create or update issue/pull request

    • Required OAuth Scopes: repo
    • assignees: Usernames to assign to this issue (string[], optional)
    • body: Issue body content (string, optional)
    • duplicate_of: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
    • issue_fields: Issue field values to set or clear. Each item requires 'field_name' and exactly one of 'value', 'field_option_name', or 'delete: true'. (object[], optional)
    • issue_number: Issue number to update (number, optional)
    • labels: Labels to apply to this issue (string[], optional)
    • method: Write operation to perform on a single issue. Options are:
      • 'create' - creates a new issue.
      • 'update' - updates an existing issue. (string, required)
    • milestone: Milestone number (number, optional)
    • owner: Repository owner (string, required)
    • repo: Repository name (string, required)
    • state: New state (string, optional)
    • state_reason: Reason for the state change. Ignored unless state is changed. (string, optional)
    • title: Issue title (string, optional)
    • type: Type of this issue. Only use if issue types are enabled for this repository. Use list_issue_types tool to get valid type values for this repository or its owner organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
  • list_issue_fields - List issue fields

    • Required OAuth Scopes (any of): repo, read:org
    • Accepted OAuth Scopes: admin:org, read:org, repo, write:org
    • owner: The account owner of the repository or organization. The name is not case sensitive. (string, required)
    • repo: The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly. (string, optional)
  • list_issue_types - List available issue types

    • Required OAuth Scopes (any of): repo, read:org
    • Accepted OAuth Scopes: admin:org, read:org, repo, write:org
    • owner: The account owner of the repository or organization. (string, required)
    • repo: The name of the repository. When provided, returns issue types for this specific repository. When omitted, returns org-level issue types directly. (string, optional)
  • list_issues - List issues

    • Required OAuth Scopes: repo
    • after: Cursor for pagination. Use the cursor from the previous response. (string, optional)
    • direction: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
    • field_filters: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
    • labels: Filter by labels (string[], optional)
    • orderBy: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
    • owner: Repository owner (string, required)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • repo: Repository name (string, required)
    • since: Filter by date (ISO 8601 timestamp) (string, optional)
    • state: Filter by state, by default both open and closed issues are returned when not provided (string, optional)
  • search_issues - Search issues

    • Required OAuth Scopes: repo
    • order: Sort order (string, optional)
    • owner: Optional repository owner. If provided with repo, only issues for this repository are listed. (string, optional)
    • page: Page number for pagination (min 1) (number, optional)
    • perPage: Results per page for pagination (min 1, max 100) (number, optional)
    • query: Search query using GitHub issues search syntax (string, required)
    • repo: Optional repository name. If provided with owner, only issues for this repository are listed. (string, optional)
    • sort: Sort field by number of matches of categories, defaults to best match (string, optional)
  • sub_issue_write - Change sub-issue

    • Required OAuth Scopes: repo
    • after_id: The ID of the sub-issue to be prioritized after (either after_id OR before_id should be specified) (number, optional)
    • before_id: The ID of the sub-issue to be prioritized before (either after_id OR before_id should be specified) (number, optional)
    • issue_number: The number of the parent issue (number, required)
    • method: The action to perform on a single sub-issue Options are:
      • 'add' - add a sub-issue to a parent issue in a GitHub repository.
      • 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
      • 'reprioritize' - change the order of sub-issues within a parent issue in a GitHub repository. Use either 'after_id' or 'before_id' to specify the new position. Writes issue hierarchy. To move a sub-issue to a new parent, use add with replace_parent=true; there is no writable parent field. (string, required)
    • owner: Repository owner (string, required)
    • replace_parent: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
    • repo: Repository name (string, required)
    • sub_issue_id: The ID of the sub-issue to add. ID is not the same as issue number (number, required)
tag Labels
  • get_label - Get a specific label from a repository

    • Required OAuth Scopes: repo
    • name: Label name. (string, required)
    • owner: Repository owner (username or organization name) (string, required)
    • repo: Repository name (string, required)
  • label_write - Write operations on repository labels

    • Required OAuth Scopes: repo
    • color: Label color as 6-character hex code without '#' prefix (e.g., 'f29513'). Required for 'create', optional for 'update'. (string, optional)
    • description: Label description text. Optional for 'create' and 'update'. (string, optional)
    • method: Operation to perform: 'create', 'update', or 'delete' (string, required)
    • name: Label name - required for all operations (string, required)
    • new_name: New name for the label (used only with 'update' method to rename) (string, optional)
    • owner: Repository owner (username or organization name) (string, required)
    • repo: Repository name (string, required)
  • list_label - List labels from a repository

    • Required OAuth Scopes: repo
    • owner: Repository owner (username or organization name) - required for all operations (string, required)
    • repo: Repository name - required for all operations (string, required)
git-branch Local Git
  • git_add - Git add

    • files: Comma-separated list of file paths to stage (string, required)
    • repo_path: Path to Git repository (optional if default repository is configured) (string, optional)
  • git_add - Git add

    • files: Comma-separated list of file paths to stage (string, required)
    • repo_path: Path to Git repository (optional if default repository is configured) (string, optional)

View the full README on GitHub

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Developer Tools
Registryactive
Packageghcr.io/aifity/omnigit-mcp:0.5.0
TransportSTDIO
UpdatedApr 12, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
cocaxcode avatar
Devflow Mcp

cocaxcode/devflow-mcp

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.
1
bitofacoder avatar
Omni Mcp Server

bitofacoder/omni-mcp-server

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
havilandsoftware avatar
InnoDay

io.github.havilandsoftware/mcp-server-innoday

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
muvon avatar
Octofs

io.github.muvon/octofs

Standalone MCP filesystem tools server — view, edit, shell, ast-grep, workdir.
spark1security avatar
N0s1 Mcp

io.github.spark1security/n0s1-mcp

Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab
seayniclabs avatar
Mooring

seayniclabs/mooring

Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.