Skip to main content
Glama

GitHub Enterprise MCP Server

index.ts497 B
#!/usr/bin/env node import { GitHubEnterpriseServer } from './server.js'; /** * Main entry point for the GitHub Enterprise MCP server */ async function main(): Promise<void> { try { const server = new GitHubEnterpriseServer(); await server.run(); } catch (error) { console.error('Failed to start GitHub Enterprise MCP server:', error); process.exit(1); } } // Start the server main().catch((error) => { console.error('Unhandled 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/piyushgIITian/github-enterprice-mcp'

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