9876a54d2de16b0fe2b7dd09ced0fcf17dfac046
git-mpm
Gitea integration for git.mpm.to — interact with your organization's repositories, issues, pull requests, releases, file contents, and webhooks directly from Claude.
What it does
This plugin gives Claude direct access to the MPM Gitea server via the REST API. No additional setup or MCP server required — API calls are made using curl in the shell.
Capabilities
- Repositories — list, search, create, delete repos; list branches, collaborators, topics
- Issues — create, list, update, close/reopen issues; add comments; manage labels
- Pull requests — list, create, update, merge PRs; submit reviews; view diffs and commits
- Releases — create, update, delete releases and tags; upload release assets
- File contents — read, create, update, delete files in any repo; list directory trees
- Webhooks — list, create, update, delete, and test webhooks at repo or org level
Usage examples
- "Show me all open PRs in the web-app repo"
- "Create an issue in mpm/backend titled 'Fix login bug'"
- "What's the latest release for the mobile app?"
- "Read the contents of src/config.yaml in mpm/api"
- "List all webhooks on the mpm/integrations repo"
- "Create a new repo called 'data-pipeline' under the mpm org"
- "Merge PR #42 in mpm/frontend"
- "Update the CHANGELOG.md in main with today's release notes"
Configuration
- Server: https://git.mpm.to
- API version: v1
- Auth: API token (embedded in plugin)
Security note
This plugin contains an embedded API token with access to git.mpm.to. Treat this .plugin file with the same care as any credential. Do not share it outside the organization.
Description
Direct Gitea REST API integration for git.mpm.to — repos, issues, pull requests, releases, file contents, and webhooks.
Languages
Markdown
100%