cv-builder
by maxim-kich
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listen addess. | 127.0.0.1 |
| PORT | No | Listen port. | 5173 |
| DATABASE_URL | No | SQLite path or PostgreSQL connection URL. | sqlite:./data/cv-builder.sqlite |
| CV_BUILDER_PORT | No | Listen port (alternative to PORT). | 5173 |
| CV_BUILDER_API_TOKEN | Yes | Protects 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_FILE | No | Optional initial Markdown document used only when the database is empty. | |
| CV_BUILDER_ALLOW_QUIT | No | Allows the local macOS launcher to stop the process. | |
| CV_BUILDER_PUBLIC_URL | No | Canonical HTPS origin used in MCP download links. | |
| CV_BUILDER_OAUTH_ISSUER | No | Exact trusted authorization-server issuer. | |
| CV_BUILDER_OAUTH_AUDIENCE | No | Exact resource/audience required in OAuth access tokens. | <public URL>/mcp |
| CV_BUILDER_OAUTH_JWKS_URL | No | HTTPS JWKS used to verify OAuth JWT signatures. | |
| CV_BUILDER_OAUTH_ALGORITHMS | No | Comma-separated JWT signature algorithm allowlist. | RS256 |
| CV_BUILDER_OAUTH_REVOKED_BEFORE | No | Emergency Unix timestamp invalidating tokens issued at or before it. | |
| CV_BUILDER_OAUTH_ALLOWED_SUBJECTS | No | Comma-separated immutable OAuth `sub` values allowed in this deployment. Use one owner in production. | |
| CV_BUILDER_OAUTH_REVOKED_TOKEN_IDS | No | Emergency comma-separated JWT `jti` denyist. | |
| CV_BUILDER_OAUTH_MAX_TOKEN_LIFETIME_SECONDS | No | Reject 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
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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