get_server_versionAforgejo-mcpRetrieve the current version of your Forgejo server to verify compatibility or check for updates.MIT
search_reposAforgejo-mcpSearch repositories on a Forgejo instance using a query string. Supports pagination and maximum results per page.MIT
list_orgsBforgejo-mcpList all organizations on the Forgejo instance with support for pagination via page and limit parameters.MIT
search_usersBforgejo-mcpFind users on a Forgejo instance using a search query, with options to paginate results and set a maximum number of users per page.MIT
get_nodeinfoBforgejo-mcpRetrieve the NodeInfo of a Forgejo instance to obtain metadata about its software version, protocols, and features.MIT
mark_notifications_readAforgejo-mcpMark all unread notifications as read for the authenticated user.MIT
forgejo-mcpVersion ControlDeveloper ToolsraohworkAlicense-qualityDmaintenanceAn MCP server for managing your repositories on Forgejo/Gitea server. Last updated 2025-10-2862Mozilla Public 2.0
forgejo-mcpopenmanbo-license-quality-maintenanceEnables AI agents to interact with a Forgejo instance as an authenticated user, supporting issues, pull requests, repositories, and notifications. Last updated 2026-04-03
update_repo_topicsAforgejo-mcpReplace all existing topics of a repository with a new set of topics.MIT
list_license_templatesAforgejo-mcpRetrieve a list of all available open-source license templates to use when creating repositories.MIT
list_repo_topicsAforgejo-mcpRetrieve the list of topics assigned to a repository by providing the owner username and repository name.MIT
get_authenticated_userAforgejo-mcpRetrieve details of the authenticated user on a Forgejo or Gitea instance.MIT
admin_run_cron_jobAforgejo-mcpExecute a cron task by name with admin privileges on a Forgejo or Gitea instance.MIT
get_label_templateAforgejo-mcpRetrieve a specific label template by its name for consistent issue and PR labeling.MIT
get_file_contentsAforgejo-mcpRetrieve the content of any file from a repository by specifying owner, repo, and file path, with optional branch or commit reference.MIT
admin_delete_userAforgejo-mcpDelete a user from a Forgejo instance using admin credentials. Requires admin privileges to perform this action.MIT
admin_list_hooksAforgejo-mcpList all system webhooks using admin privileges. Retrieve a complete set of hooks for system administration.MIT
get_gitignore_templateAforgejo-mcpRetrieve a specific .gitignore template by name to set up ignore rules for your project.MIT
list_label_templatesAforgejo-mcpRetrieve all available label templates for your Forgejo or Gitea repository to standardize issue labels.MIT
get_labelAforgejo-mcpRetrieve a specific label from a repository by providing its numeric ID, owner, and repository name.MIT
edit_labelAforgejo-mcpUpdate a label in a repository by numeric ID, changing its name, color, or description.MIT
get_milestoneAforgejo-mcpRetrieve details of a specific milestone in a repository by owner, repo name, and milestone ID.MIT