raohwork/forgejo-mcp
An MCP server for managing your repositories on Forgejo/Gitea server.
Quick Start
Clone the repository:
git clone https://github.com/raohwork/forgejo-mcpClaude Desktop configuration example:
{
"mcpServers": {
"forgejo-mcp": {
"command": "npx",
"args": [
"-y",
"raohwork/forgejo-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.