Skip to main content
Glama

GIT MCP Server

by markheramis

git_remote

Manage git repository remotes by adding, removing, setting URLs, or listing them using the GIT MCP Server. Simplify remote operations with structured commands and natural language support.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on remote
nameNoName of the remote
repository_pathYesPath to the git repository
urlNoURL of the remote repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on remote", "enum": [ "add", "remove", "set-url", "list" ], "type": "string" }, "name": { "description": "Name of the remote", "type": "string" }, "repository_path": { "description": "Path to the git repository", "type": "string" }, "url": { "description": "URL of the remote repository", "type": "string" } }, "required": [ "repository_path", "action" ], "type": "object" }
Install Server

Other Tools from GIT MCP Server

Related Tools

    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/markheramis/mcp-git'

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