We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FradSer/mcp-server-git-cz'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run-git-cz.sh•303 B
#!/bin/bash
# This script runs the mcp-server-git-cz application from any directory.
# The absolute path to the project directory
PROJECT_DIR="/Users/11161778/.mcp/mcp-server-git-cz"
# Change into the project directory, and if successful, run the server.
cd "$PROJECT_DIR" && uv run mcp-server-git-cz