Create project
gitlab_create_projectCreate a GitLab project directly via MCP, specifying name, group, visibility, and optionally initialize with a readme.
Instructions
Creates a new project, optionally inside a group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| path | No | URL path; defaults to a slug of the name | |
| topics | No | ||
| visibility | No | ||
| description | No | ||
| namespace_id | No | Group id to create the project in | |
| default_branch | No | ||
| initialize_with_readme | No |