Skip to main content
Glama

MCP GitHub Project Manager

MIT License
24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_REPOYesGitHub repository name
AI_PRD_MODELNoAI model to use for PRD generationclaude-3-5-sonnet-20241022
GITHUB_OWNERYesGitHub repository owner (username or organization)
GITHUB_TOKENYesGitHub personal access token with repo, project, and write:org permissions
AI_MAIN_MODELNoMain AI model to useclaude-3-5-sonnet-20241022
GOOGLE_API_KEYNoGoogle API key for Gemini AI provider
OPENAI_API_KEYNoOpenAI API key for GPT AI provider
AI_FALLBACK_MODELNoFallback AI model to use if primary is unavailablegpt-4o
AI_RESEARCH_MODELNoAI model to use for research tasksperplexity-llama-3.1-sonar-large-128k-online
ANTHROPIC_API_KEYNoAnthropic API key for Claude AI provider
MAX_SUBTASK_DEPTHNoMaximum depth for subtask generation3
MAX_TASKS_PER_PRDNoMaximum number of tasks to generate from a PRD50
PERPLEXITY_API_KEYNoPerplexity API key for research and analysis tasks
AUTO_CREATE_LIFECYCLENoAutomatically create lifecycle trackingtrue
AUTO_EFFORT_ESTIMATIONNoAutomatically estimate effort for taskstrue
ENHANCED_CONTEXT_LEVELNoLevel of enhanced context generation (minimal, standard, full)standard
AUTO_GENERATE_USE_CASESNoAutomatically generate use casestrue
AUTO_CREATE_TRACEABILITYNoAutomatically create traceability linkstrue
ENHANCED_TASK_GENERATIONNoEnable enhanced task generationtrue
INCLUDE_BUSINESS_CONTEXTNoInclude business context in enhanced task generationfalse
AUTO_DEPENDENCY_DETECTIONNoAutomatically detect task dependenciestrue
INCLUDE_TECHNICAL_CONTEXTNoInclude technical context in enhanced task generationfalse
DEFAULT_COMPLEXITY_THRESHOLDNoDefault complexity threshold for tasks7
INCLUDE_IMPLEMENTATION_GUIDANCENoInclude implementation guidance in enhanced task generationfalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/HarshKumarSharma/MCP'

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