Skip to main content
SecurityRust

gbrigandi/mcp-server-cortex

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

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/gbrigandi/mcp-server-cortex

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Rust
Author
gbrigandi