Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CORTEX_URLYesCortex base URL (e.g., https://cortex.example.com:9001)
CORTEX_API_KEYYesAPI key for authentication
CORTEX_VERIFY_SSLNoSet to false to skip SSL verificationtrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
cortex_list_analyzers

List all enabled analyzers, optionally filtered by data type

cortex_get_analyzer

Get details about a specific analyzer by ID

cortex_run_analyzer

Submit an observable to a specific analyzer for analysis

cortex_run_analyzer_by_name

Run an analyzer by name instead of ID (convenience wrapper)

cortex_get_job

Get the status and details of an analysis job

cortex_get_job_report

Get the full report of a completed analysis job

cortex_wait_and_get_report

Wait for a job to complete and return the full report (with polling timeout)

cortex_list_jobs

List recent analysis jobs with optional filters

cortex_get_job_artifacts

Get artifacts (extracted observables/IOCs) from a completed analysis job

cortex_list_responders

List all enabled responders, optionally filtered by data type

cortex_run_responder

Execute a responder action against a TheHive entity (case, task, artifact, alert)

cortex_analyze_observable

Run ALL applicable analyzers against an observable and collect aggregated results with taxonomy summary

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-observableGuided workflow for analyzing an observable through Cortex analyzers
investigate-iocDeep investigation workflow for a suspicious indicator of compromise

Resources

Contextual data attached and managed by the client

NameDescription
analyzersList of all enabled Cortex analyzers with their capabilities and supported data types
recent-jobsRecent Cortex analysis jobs (last 50)

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/solomonneas/cortex-mcp'

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