hiring-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| S3_BUCKET | Yes | S3 bucket name for storing resumes and session logs | |
| S3_REGION | No | AWS region (e.g., us-east-1) or MinIO region (e.g., us-east-1) | |
| ADMIN_TOKEN | Yes | Bearer token for admin API security | |
| S3_ENDPOINT | No | Endpoint for S3-compatible storage. Omit if using AWS S3. | |
| DATABASE_URL | Yes | PostgreSQL connection string (e.g., postgres://user:pass@localhost:5432/hiring) | |
| LINKEDIN_MOCK | No | Set to 'true' to use a mock login form instead of real LinkedIn OAuth | true |
| TOKEN_TTL_DAYS | No | Number of days until candidate tokens expire (default 90) | 90 |
| PUBLIC_BASE_URL | Yes | Public base URL of the server (e.g., http://localhost:8787) | |
| S3_ACCESS_KEY_ID | Yes | Access key ID for S3 storage | |
| LINKEDIN_CLIENT_ID | No | LinkedIn OAuth 2.0 client ID (required for real LinkedIn SSO) | |
| REQUIRE_SESSION_LOG | No | If 'true', candidates must upload a session log before applying (default false) | false |
| S3_FORCE_PATH_STYLE | No | Set to 'true' for MinIO; otherwise 'false' for AWS S3 | false |
| S3_SECRET_ACCESS_KEY | Yes | Secret access key for S3 storage | |
| LINKEDIN_CLIENT_SECRET | No | LinkedIn OAuth 2.0 client secret |
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
ActivityInactive
ResponsivenessNo issues