MIRROR ONLY!! This Model Context Protocol (MCP) server provides tools and resources for interacting with the Forgejo (specifically Codeberg.org) REST API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"forgejo-mcp": {
"command": "go",
"args": [
"run",
"github.com/goern/forgejo-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add forgejo-mcp go run github.com/goern/forgejo-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"forgejo-mcp": {
"command": "go",
"args": [
"run",
"github.com/goern/forgejo-mcp@latest"
]
}
}
}
📋 Copy