prescryb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CCE_REPO | No | GitHub owner/repo queried for CCE JSON exports by lookup_cce/list_cce_targets. | konstruktoid/cce-web |
| NVD_API_KEY | No | Raises NVD API rate limits for fetch_advisory. | |
| GITHUB_TOKEN | No | Raises GitHub API rate limits for map_compliance, lookup_cce, and list_cce_targets. | |
| HARDENING_COLLECTION_REPO | No | GitHub owner/repo queried for compliance-mapped Ansible roles. | konstruktoid/ansible-collection-hardening |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inventory_hostA | SSH into |
| check_cvesA | Match installed package versions against known CVEs via OSV.dev. |
| fetch_advisoryA | Fetch the current, authoritative NVD record for a specific CVE ID. |
| map_complianceA | Map a free-text topic to CIS Benchmark / DISA STIG topic areas and ATT&CK. |
| list_cce_targetsA | List platform names lookup_cce can query (e.g. 'rhel8', 'firefox'). |
| lookup_cceA | Look up NIST Common Configuration Enumeration entries for a platform. |
| generate_playbookA | Generate a suggest-only Ansible playbook from findings. Does NOT run it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a unique, well-defined purpose: checking CVEs, fetching advisories, generating playbooks, inventorying hosts, listing CCE targets, looking up CCE entries, and mapping compliance topics. No functional overlap exists.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., check_cves, fetch_advisory, generate_playbook). The naming style is uniform and predictable.
With 7 tools, the set is well-scoped for its security compliance domain. Each tool covers a necessary step in the workflow (inventory, CVE scanning, advisory lookup, compliance mapping, playbook generation) without extraneous additions.
The tool surface covers the full lifecycle: inventory → CVE matching → advisory retrieval → compliance mapping (CCE and CIS/DISA) → playbook generation. No critical gaps are apparent for the stated purpose of automated compliance remediation.