Back to MCP Servers
Forgejo
An MCP server for managing your repositories on Forgejo/Gitea server.
version-control
By raohwork
Installation
npx -y forgejo-mcpConfiguration
{
"mcpServers": {
"forgejo-mcp": {
"command": "npx",
"args": ["-y", "forgejo-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes