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 |
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 | |
Latest Blog Posts
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/meetvaghani12/hiring_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server