gbrigandi/mcp-server-cortex
A Rust-based MCP server to integrate Cortex, enabling observable analysis and automated security responses through AI.
Quick Start
Clone the repository:
git clone https://github.com/gbrigandi/mcp-server-cortexClaude 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.