Check Forgejo authentication status and authenticate with environment credentials when required, ensuring a valid session for project management automation.
A Model Context Protocol (MCP) server for Forgejo and Gitea instances, enabling AI assistants to interact with repositories, issues, pull requests, and more.
Enables AI assistants to manage Forgejo repositories, issues, pull requests, files, commits, Actions workflow runs, organizations, and notifications through the Forgejo REST API using natural language.
Retrieve the full contents of a Forgejo project board, including all columns and cards. Use state, milestone, and pagination options to filter results and limit network usage.
Read multiple issue summaries (number, title, state, milestone) at once, omitting bodies and comments. Filter by open, closed, or all states to quickly review project progress.
Fetch complete details of a Forgejo project card or issue including title, state, body, milestone, and all comments. Use when full issue context is needed, despite higher resource usage.
Retrieve all cards in a project column with optional state, milestone, limit, and offset filters. Use this to inspect Kanban column contents without extra API calls.
Move multiple project board cards to different columns at once. Provide issue numbers and column targets to reorganize Kanban boards in a single request.