Skip to main content
Glama

Github Project Manager

index.ts632 B
import { startGitHubProjectManagerServer } from './github-project-manager.js'; import { loadEnv } from '../config/env.js'; /** * Custom error class for missing GitHub token */ /** * Start the MCP GitHub Project Manager server */ async function main() { // Load environment variables from file const env = loadEnv(); const token = env.GITHUB_PERSONAL_TOKEN; await startGitHubProjectManagerServer(token); // The server will keep running until terminated } // Start the server main().catch((error) => { console.error('Error starting MCP GitHub Project Manager server:', 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/Monsoft-Solutions/model-context-protocols'

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