MCP CVE Intelligence Server Lite
by gnlds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (development, production, test) | production |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| NVD_API_KEY | No | NVD API key for higher rate limits | |
| GITHUB_TOKEN | No | GitHub Personal Access Token for higher rate limits | |
| LOG_MAX_SIZE | No | Maximum log file size | 100mb |
| CVE_CACHE_TTL | No | Cache TTL in seconds | 1800 |
| LOG_FILE_PATH | No | Log file directory | |
| LOG_MAX_FILES | No | Maximum log files to keep | 30 |
| MCP_HTTP_PORT | No | HTTP port for the MCP server | 3001 |
| MCP_TRANSPORT | No | Transport type (http or stdio) | http |
| MITRE_API_KEY | No | MITRE API key (requires CVE Program membership) | |
| MITRE_API_ORG | No | MITRE API organization name | |
| CVE_RATE_LIMIT | No | Requests per window | 100 |
| MITRE_API_USER | No | MITRE API username | |
| CVE_CORS_ORIGIN | No | CORS allowed origins | * |
| CVE_RATE_WINDOW | No | Rate limit window in seconds | 3600 |
| METRICS_ENABLED | No | Enable performance metrics | true |
| CVE_CACHE_MAX_SIZE | No | Maximum cache entries | 1000 |
| CVE_RETRY_ATTEMPTS | No | Retry attempts for failed requests | 3 |
| CVE_REQUEST_TIMEOUT | No | Request timeout in ms | 30000 |
| CVE_API_KEY_REQUIRED | No | Require API key for access | false |
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/gnlds/mcp-cve-intelligence-server-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server