Skip to main content
Glama

Unrestricted Development MCP Server

git_remote

Manage Git remote repositories by listing, adding, removing, or showing remote connections to control version control collaboration and repository links.

Instructions

Manage remote repositories

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
actionNoRemote actionlist
nameNoRemote name (required for add/remove/show)
urlNoRemote URL (required for add)

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Remote action", "enum": [ "list", "add", "remove", "show" ], "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "name": { "description": "Remote name (required for add/remove/show)", "type": "string" }, "url": { "description": "Remote URL (required for add)", "type": "string" } }, "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/ConnorBoetig-dev/mcp2'

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