raohwork/forgejo-mcp
by Various
A MCP server that enables you to manage Gitea/Forgejo repositories through AI assistants
MCP
raohwork/forgejo-mcp
Added 1 June 2026
Overview
A MCP server implemented in Go that enables AI assistants to manage Gitea and Forgejo repositories. It exposes repository operations through the Model Context Protocol.
Best for
Best for
Developers using Gitea or Forgejo who want AI assistant integration
Use cases
- Managing issues and pull requests via chat
- Automating repository administration tasks
- Integrating Gitea/Forgejo with MCP-compatible AI tools
How to use
Tools exposed
dockergo
Tested with
Claude Desktop, Gemini CLI
Example client config
{\n "mcpServers": {\n "forgejo": {\n "command": "docker",\n "args": [\n "--rm",\n "ronmi/forgejo-mcp",\n "stdio",\n "--server", "https://your-forgejo-instance.com",\n "--token", "your_access_token"\n ]\n }\n }\n} Notes
A MCP server implemented in Go that enables AI assistants to manage Gitea and Forgejo repositories. It exposes repository operations through the Model Context Protocol.
56 stars on GitHub. Last updated 2025-10-28. Licensed MPL-2.0.
Use cases
- Managing issues and pull requests via chat
- Automating repository administration tasks
- Integrating Gitea/Forgejo with MCP-compatible AI tools
Pros
- Lightweight Go binary with no heavy dependencies
- Direct adherence to the MCP standard for interoperability
- Simple setup for existing Gitea/Forgejo instances
Cons
- Requires an MCP-compatible client or host to function
- Limited to Gitea/Forgejo ecosystems only
- Relatively new with a small community (56 stars)
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go binary with no heavy dependencies
- Direct adherence to the MCP standard for interoperability
- Simple setup for existing Gitea/Forgejo instances
Cons
- Requires an MCP-compatible client or host to function
- Limited to Gitea/Forgejo ecosystems only
- Relatively new with a small community (56 stars)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.