kaiyuanxiaobing/atomgit-mcp-server
If you are the rightful owner of atomgit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
AtomGit MCP Server is a Model Context Protocol server designed for the AtomGit open-source collaboration platform, enabling AI to manage repositories, issues, pull requests, branches, and labels.
Tools
Functions exposed to the LLM to take actions
get_user_repository
Search for AtomGit user repository
assign_issue
Assign users to an issue in a AtomGit repository
list_repository_issues
List issues in a AtomGit repository
get_issue_details
Get details of a specific issue in a AtomGit repository
list_issue_assignees
List assignees for a specific issue in a AtomGit repository
check_if_user_is_assignable
Check if a user can be assigned to an issue in a AtomGit repository
get_user_repositories
Search for AtomGit user repositories
get_org_repositories
Search for AtomGit org repositories
create_issue
Create a new issue in a AtomGit repository
create_issue_comment
Create an issue comment in a AtomGit repository issue
create_pull_request
Create a new pull request in a repository
get_pull_request_details
Get details of a specific pull request
create_pull_request_comment
Create a comment on a pull request
create_pull_request_reply
Reply to a comment on a pull request
get_pull_request_comment
Get details of a specific pull request comment
list_repository_branches
List branches in a repository
get_repository_branch_details
Get details of a specific branch in a repository
get_repository_labels
Get all labels in a repository
create_issue_labels
Add labels to an issue in a repository
get_issue_labels
Get all labels for an issue in a repository
delete_issue_label
Remove a label from an issue in a repository
get_label_by_name
Get a single label by name from a repository
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client