LogoSTMCP
Download
cortex-mcp

Cortex MCP Overview

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.

Tools

1. Cortex MCP Server

A Model Context Protocol server that provides access to the Cortex API using relevant context from your workspace.

Open Graph image for Cortex MCP Overview

JSON Config

{
  "mcpServers": {
    "cortex": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--env",
        "CORTEX_API_TOKEN=YOUR_API_TOKEN_HERE",
        "ghcr.io/cortexapps/cortex-mcp:latest"
      ]
    }
  }
}

Useful Links

Information