MCP (Model Context Protocol) server for Forgejo (Gitea-compatible) — a self-hosted git hosting. Built in .NET / C# on the ModelContextProtocol 2.2.0 SDK (.NET 10).
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": {
"mcp-forgejo-server": {
"command": "npx",
"args": [
"-y",
"DarkEngineer/mcp-forgejo-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-forgejo-server npx -y DarkEngineer/mcp-forgejo-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-forgejo-server": {
"command": "npx",
"args": [
"-y",
"DarkEngineer/mcp-forgejo-server"
]
}
}
}
📋 Copy