Add support for creating organisations #92

Closed
opened 2026-03-17 13:21:23 +00:00 by alexanderadam · 4 comments
alexanderadam commented 2026-03-17 13:21:23 +00:00 (Migrated from codeberg.org)

Thank you so much for Forgejo MCP! 🙏

Thank you so much for Forgejo MCP! 🙏
goern commented 2026-03-18 15:09:14 +00:00 (Migrated from codeberg.org)

Hi @alexanderadam 👋 — thanks for the feature request!

We've started working on this. The branch feature/org-management has a full design proposal covering 15 new MCP tools across three capabilities:

  • Org CRUDcreate_org, get_org, list_my_orgs, list_user_orgs, edit_org, delete_org
  • Membershiplist_org_members, check_org_membership, remove_org_member
  • Teamslist_org_teams, create_org_team, add_team_member, remove_team_member, add_team_repo, remove_team_repo

All tools will be available via both MCP and CLI (--cli).

The design document with key decisions and trade-offs is here:
👉 design.md

Could you take a look and let us know if this covers your use case? In particular:

  1. Are there any org operations you'd need that aren't listed?
  2. The initial scope excludes admin-only endpoints, org webhooks, and org action secrets — is that acceptable for a first iteration?

Looking forward to your feedback!

Hi @alexanderadam 👋 — thanks for the feature request! We've started working on this. The branch [`feature/org-management`](https://codeberg.org/goern/forgejo-mcp/src/branch/feature/org-management) has a full design proposal covering **15 new MCP tools** across three capabilities: - **Org CRUD** — `create_org`, `get_org`, `list_my_orgs`, `list_user_orgs`, `edit_org`, `delete_org` - **Membership** — `list_org_members`, `check_org_membership`, `remove_org_member` - **Teams** — `list_org_teams`, `create_org_team`, `add_team_member`, `remove_team_member`, `add_team_repo`, `remove_team_repo` All tools will be available via both MCP and CLI (`--cli`). The design document with key decisions and trade-offs is here: 👉 [design.md](https://codeberg.org/goern/forgejo-mcp/src/branch/feature/org-management/openspec/changes/add-org-management/design.md) Could you take a look and let us know if this covers your use case? In particular: 1. Are there any org operations you'd need that aren't listed? 2. The initial scope excludes admin-only endpoints, org webhooks, and org action secrets — is that acceptable for a first iteration? Looking forward to your feedback!
alexanderadam commented 2026-03-19 20:40:03 +00:00 (Migrated from codeberg.org)

It does cover my use case! Awesome! You're quick! Thank you so much!

It does cover my use case! Awesome! You're quick! Thank you so much!
goern commented 2026-03-20 07:26:24 +00:00 (Migrated from codeberg.org)

@alexanderadam please have a look at https://codeberg.org/goern/forgejo-mcp/pulls/94/files#diff-9063b64c3175a2cb0b1b6e7725ab64462f11a45e and let me know if you like it.

@alexanderadam please have a look at https://codeberg.org/goern/forgejo-mcp/pulls/94/files#diff-9063b64c3175a2cb0b1b6e7725ab64462f11a45e and let me know if you like it.
goern commented 2026-03-20 07:34:59 +00:00 (Migrated from codeberg.org)

I have also released https://codeberg.org/goern/forgejo-mcp/releases/tag/v2.16.0-beta.1

try it out, let me know!

I have also released https://codeberg.org/goern/forgejo-mcp/releases/tag/v2.16.0-beta.1 try it out, let me know!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
agentic-forges/forgejo-mcp#92
No description provided.