gitea-codex-plugin

MKsys1337/gitea-codex-plugin
★ 0 stars JavaScript API Integration Updated today
Codex plugin and MCP server for working with Gitea repositories.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitea-codex-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "MKsys1337/gitea-codex-plugin"
      ]
    }
  }
}

README Excerpt

This repository is a public Codex marketplace source for a Gitea plugin. The plugin gives Codex live access to Gitea through a bundled stdio MCP server backed by the official Gitea REST API. The plugin is designed for public distribution. Gitea instance URLs and access tokens are read only from the user's environment and must not be committed to the repository.