forgejo-mcp
1
Forgejo MCP Server is a plugin that integrates Forgejo with MCP systems for streamlined command execution and repository management through a chat interface. It supports various operations such as repository, branch, and issue management, enhancing software development workflows.
Forgejo MCP Server
Forgejo MCP Server is an integration plugin that connects Forgejo with Model Context Protocol (MCP) systems. It facilitates seamless command execution and repository management through an MCP-compatible chat interface.
Installation
- Download the official release from the Forgejo website.
- Build from source with Git, make, and Golang.
- Add the binary to your system's PATH.
Usage
Configure the MCP server for Forgejo using stdio
or sse
mode by modifying your MCP configuration file.
Available Tools
Forgejo MCP Server supports various tools including:
- User Information
- Repository Management
- Branch and Commit Operations
- File Management
- Issue and Pull Request Operations
- Search and Organization Management
Debugging
Enable debug mode by adding the -d
flag when running the server in sse
mode.