#!/usr/bin/env node
/**
* GitHub CLI MCP Server - CLI Entry Point
*
* This file serves as the entry point for the CLI application, starting
* the MCP server for GitHub CLI commands.
*
* @module gh-mcp
*/
import { main } from './index.js';
// Call the main function from index.js to start the server
main().catch(error => {
console.error('Fatal error:', error);
process.exit(1);
});
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/CodingButterBot/gh_cli_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server