Cortex MCP is a Model Context Protocol server that provides natural language access to Cortex API data, enabling intelligent querying of workspace information for faster decision-making and incident response.
A Model Context Protocol server that provides access to the Cortex API using relevant context from your workspace.
{
"mcpServers": {
"cortex": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--env",
"CORTEX_API_TOKEN=YOUR_API_TOKEN_HERE",
"ghcr.io/cortexapps/cortex-mcp:latest"
]
}
}
}