mcp-server-cv-modify
by ikrigel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (e.g., production, development). | production |
| LOG_LEVEL | No | Logging level (e.g., debug, info, error). | info |
| CACHE_ENABLED | No | Enable caching of scraping results (true/false). | true |
| CACHE_TTL_HOURS | No | Time-to-live for cache entries in hours. | 24 |
| DETECT_LANGUAGE | No | Enable automatic language detection (true/false). | true |
| NLP_MAX_KEYWORDS | No | Maximum number of keywords to extract. | 50 |
| EMBED_RTL_MARKERS | No | Embed Unicode RTL markers in output (true/false). | true |
| BROWSER_TIMEOUT_MS | No | Timeout in milliseconds for browser operations. | 30000 |
| PLAYWRIGHT_HEADLESS | No | Run Playwright browser in headless mode (true/false). | true |
| SCRAPER_MIN_DELAY_MS | No | Minimum delay in milliseconds between scraping requests (to avoid detection). | 5000 |
| NLP_MIN_KEYWORD_SCORE | No | Minimum score threshold for keyword extraction (0-1). | 0.3 |
| SCRAPER_MAX_CONCURRENT | No | Maximum number of concurrent scraping operations. | 1 |
| NORMALIZE_HEBREW_SPACING | No | Normalize spacing for Hebrew text (true/false). | true |
| CV_MAX_KEYWORDS_PER_BULLET | No | Maximum number of keywords to add per bullet point. | 2 |
| USE_HEBREW_CHARACTER_WIDTHS | No | Use Hebrew character widths for formatting (true/false). | true |
| CV_MODIFICATION_CONFIDENCE_THRESHOLD | No | Confidence threshold for CV modifications (0-1). | 0.6 |
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
- 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/ikrigel/mcp-server-cv-modify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server