Forgejo-MCP-Server

MarkZither/Forgejo-MCP-Server
★ 0 stars Unknown language API Integration Updated today
Forgejo MCP server + VS Code extension built in C#. Uses Kiota for a typed API client and exposes Forgejo operations as MCP tools that GitHub Copilot Chat can call directly during development.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forgejo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "MarkZither/Forgejo-MCP-Server"
      ]
    }
  }
}