Skip to main content
Glama

Git Repo Browser MCP

git_config

Configure Git repository settings such as scope, key, and value for local, global, or system-level configuration using the Git Repo Browser MCP tool.

Instructions

Configure git settings for the repository.

Input Schema

NameRequiredDescriptionDefault
keyYesConfiguration key
repo_pathYesThe path to the local Git repository
scopeNoConfiguration scope (local, global, system)local
valueYesConfiguration value

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Configuration key", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" }, "scope": { "default": "local", "description": "Configuration scope (local, global, system)", "enum": [ "local", "global", "system" ], "type": "string" }, "value": { "description": "Configuration value", "type": "string" } }, "required": [ "repo_path", "key", "value" ], "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/bsreeram08/git-commands-mcp'

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