Skip to main content
Glama

Unrestricted Development MCP Server

git_diff

Compare code changes between commits, working directory, and staging area to track modifications and review differences in your development workflow.

Instructions

Show changes between commits, working tree, and staging area

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
cachedNoShow staged changes
filesNoSpecific file(s) to diff
commitNoCompare against specific commit/branch

Input Schema (JSON Schema)

{ "properties": { "cached": { "default": false, "description": "Show staged changes", "type": "boolean" }, "commit": { "description": "Compare against specific commit/branch", "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "files": { "description": "Specific file(s) to diff", "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