Skip to main content
Glama

Git Repo Browser MCP

git_attributes

Manage Git attributes for files within local repositories to control versioning behavior. Perform actions like get, set, or list attributes for specific file patterns using the MCP Git Repo Browser.

Instructions

Manage git attributes for files.

Input Schema

NameRequiredDescriptionDefault
actionYesAction (get, set, list)list
attributeNoAttribute to set
patternNoFile pattern
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Action (get, set, list)", "enum": [ "get", "set", "list" ], "type": "string" }, "attribute": { "description": "Attribute to set", "type": "string" }, "pattern": { "description": "File pattern", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" } }, "required": [ "repo_path", "action" ], "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