s&box Collaborator
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_URL | Yes | The public URL of your server, e.g. https://mcp.example.com | |
| SECRET_KEY | Yes | A secret key generated with `openssl rand -hex 32` | |
| GITHUB_TOKEN | No | Optional GitHub token used for webhooks and fetching repository data | |
| COLLAB_DOMAIN | Yes | The domain name of your server, e.g. mcp.example.com | |
| POSTGRES_PASSWORD | Yes | A password for the PostgreSQL database, generated with `openssl rand -hex 24` | |
| ADMIN_GITHUB_LOGINS | Yes | Your GitHub username(s), comma-separated if multiple; this user becomes the admin | |
| GITHUB_WEBHOOK_SECRET | No | Optional secret used to verify GitHub webhook payloads | |
| GITHUB_OAUTH_CLIENT_ID | Yes | The Client ID of your GitHub OAuth App | |
| GITHUB_OAUTH_CLIENT_SECRET | Yes | The Client secret of your GitHub OAuth App |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues