MCP Directory

gbrigandi/mcp-server-cortex

GitHub
Developer Tools

A Rust-based MCP server to integrate Cortex, enabling observable analysis and automated security responses through AI.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-server-cortex

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gbrigandi/mcp-server-cortex your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-server-cortex": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cortex"
      ]
    }
  }
}

Route gbrigandi/mcp-server-cortex intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-server-cortex

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gbrigandi/mcp-server-cortex directly without routing

npx -y mcp-server-cortex

New to Agent-CoreX? View setup guide →

gbrigandi/mcp-server-cortex MCP Server — Agent-CoreX