Skip to main content
Glama

Code MCP Server

by block

git_commit

Commit staged changes in a repository with a specified message and directory path using the Model Context Protocol for AI-assisted coding workflows.

Instructions

Commit staged changes

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository path
messageYesCommit message

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Repository path", "type": "string" }, "message": { "description": "Commit message", "type": "string" } }, "required": [ "message" ], "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/block/vscode-mcp'

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