Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_create_branch

Create a new git branch within a specified repository. Specify the branch name, repository path, and optional base branch to streamline branch creation for development workflows.

Instructions

Creates a new branch. Creates a new branch from the specified base branch or current HEAD. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
base_branchNoStarting point for the new branch (optional)
branch_nameYesName of the new branch
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "base_branch": { "default": null, "description": "Starting point for the new branch (optional)", "type": "string" }, "branch_name": { "description": "Name of the new branch", "type": "string" }, "repo_path": { "description": "Path to git repository", "type": "string" } }, "required": [ "repo_path", "branch_name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skydeckai/mcp-server-aidd'

If you have feedback or need assistance with the MCP directory API, please join our Discord server