Skip to main content
Glama

Enhanced Directory Context MCP Server

by PWalaGov

get_git_context

Retrieve Git repository details including branch, recent commits, and working directory changes. Use to analyze project status and track changes efficiently.

Instructions

Extract Git repository context (branch, recent commits, status)

Input Schema

NameRequiredDescriptionDefault
commit_countNoNumber of recent commits to include
include_diffNoInclude current working directory changes

Input Schema (JSON Schema)

{ "properties": { "commit_count": { "default": 10, "description": "Number of recent commits to include", "type": "number" }, "include_diff": { "default": true, "description": "Include current working directory changes", "type": "boolean" } }, "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/PWalaGov/File-Control-MCP'

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