Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_CLIENT_ID | Yes | GitHub OAuth App Client ID | |
GITHUB_CLIENT_SECRET | Yes | GitHub OAuth App Client Secret | |
COOKIE_ENCRYPTION_KEY | Yes | Random encryption key for cookies (generate with: openssl rand -hex 32) | |
MCP_ANALYTICS_API_KEY | Yes | API key for MCP Analytics |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |