Skip to main content
Glama

Unrestricted Development MCP Server

git_config

Manage Git configuration settings by getting, setting, or listing values for repository or global scope to customize your development workflow.

Instructions

Get or set git configuration

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
actionNoConfig actionlist
keyNoConfig key (required for get/set)
valueNoConfig value (required for set)
globalNoUse global config instead of repository config

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Config action", "enum": [ "get", "set", "list" ], "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "global": { "default": false, "description": "Use global config instead of repository config", "type": "boolean" }, "key": { "description": "Config key (required for get/set)", "type": "string" }, "value": { "description": "Config value (required for set)", "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