Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_checkout

Switches to a specified Git branch in a designated repository. Use this tool to manage branches within allowed directories, supporting AI-assisted development workflows securely.

Instructions

Switches branches. Checks out the specified branch. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
branch_nameYesName of branch to checkout
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "description": "Name of branch to checkout", "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