ForgejoProjectsMCP

UnwantedForeignCloudProvider/ForgejoProjectsMCP
★ 0 stars Python Browser/Web Updated 1d ago
MCP server and CLI for AI agents to automate project management on Forgejo v15 (self hosted).
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": {
    "forgejoprojectsmcp": {
      "command": "uvx",
      "args": [
        "forgejoprojectsmcp"
      ]
    }
  }
}

Or install with pip: pip install forgejoprojectsmcp

README Excerpt

An MCP server that lets an AI agent manage **Forgejo Projects / Kanban boards**, which Forgejo does **not** expose over its REST API. It works by driving the same internal web routes the browser uses, authenticated with a session cookie. HTTP is done through Playwright's `APIRequestContext`, so **no browser binary is downloaded** — only the `playwright` Python package is

Tools (5)

FORGEJO_PASSWORDFORGEJO_URLFORGEJO_USERNAMEforgejo_statusremove_issues_from_project