Skip to main content
Glama
meetvaghani12

hiring-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
S3_BUCKETYesS3 bucket name for storing resumes and session logs
S3_REGIONNoAWS region (e.g., us-east-1) or MinIO region (e.g., us-east-1)
ADMIN_TOKENYesBearer token for admin API security
S3_ENDPOINTNoEndpoint for S3-compatible storage. Omit if using AWS S3.
DATABASE_URLYesPostgreSQL connection string (e.g., postgres://user:pass@localhost:5432/hiring)
LINKEDIN_MOCKNoSet to 'true' to use a mock login form instead of real LinkedIn OAuthtrue
TOKEN_TTL_DAYSNoNumber of days until candidate tokens expire (default 90)90
PUBLIC_BASE_URLYesPublic base URL of the server (e.g., http://localhost:8787)
S3_ACCESS_KEY_IDYesAccess key ID for S3 storage
LINKEDIN_CLIENT_IDNoLinkedIn OAuth 2.0 client ID (required for real LinkedIn SSO)
REQUIRE_SESSION_LOGNoIf 'true', candidates must upload a session log before applying (default false)false
S3_FORCE_PATH_STYLENoSet to 'true' for MinIO; otherwise 'false' for AWS S3false
S3_SECRET_ACCESS_KEYYesSecret access key for S3 storage
LINKEDIN_CLIENT_SECRETNoLinkedIn OAuth 2.0 client secret

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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