Skip to main content
Glama
maxim-kich

cv-builder

by maxim-kich

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoListen addess.127.0.0.1
PORTNoListen port.5173
DATABASE_URLNoSQLite path or PostgreSQL connection URL.sqlite:./data/cv-builder.sqlite
CV_BUILDER_PORTNoListen port (alternative to PORT).5173
CV_BUILDER_API_TOKENYesProtects the UI session, REST API, and MCP endpoint. Required for remote use; minimum 6 characters. A long random token remains strongly recommended.
CV_BUILDER_SEED_FILENoOptional initial Markdown document used only when the database is empty.
CV_BUILDER_ALLOW_QUITNoAllows the local macOS launcher to stop the process.
CV_BUILDER_PUBLIC_URLNoCanonical HTPS origin used in MCP download links.
CV_BUILDER_OAUTH_ISSUERNoExact trusted authorization-server issuer.
CV_BUILDER_OAUTH_AUDIENCENoExact resource/audience required in OAuth access tokens.<public URL>/mcp
CV_BUILDER_OAUTH_JWKS_URLNoHTTPS JWKS used to verify OAuth JWT signatures.
CV_BUILDER_OAUTH_ALGORITHMSNoComma-separated JWT signature algorithm allowlist.RS256
CV_BUILDER_OAUTH_REVOKED_BEFORENoEmergency Unix timestamp invalidating tokens issued at or before it.
CV_BUILDER_OAUTH_ALLOWED_SUBJECTSNoComma-separated immutable OAuth `sub` values allowed in this deployment. Use one owner in production.
CV_BUILDER_OAUTH_REVOKED_TOKEN_IDSNoEmergency comma-separated JWT `jti` denyist.
CV_BUILDER_OAUTH_MAX_TOKEN_LIFETIME_SECONDSNoReject OAuth tokens whose `exp - iat` exceeds this short-lived-token ceiling.600

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

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/maxim-kich/cv-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server