Skip to main content
Glama

GIT MCP Server

by markheramis
package.json983 B
{ "name": "mcp-git", "version": "0.1.0", "description": "MCP Git Server", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node-esm src/index.ts", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "keywords": [ "mcp", "git", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.11.4", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3", "express": "^4.18.2", "uuid": "^9.0.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@types/uuid": "^9.0.7", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

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/markheramis/mcp-git'

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