Back to MCP Servers
Server Cortex
A Rust-based MCP server to integrate Cortex, enabling observable analysis and automated security responses through AI.
securityrustai
By gbrigandi
Installation
npx -y mcp-server-cortexConfiguration
{
"mcpServers": {
"mcp-server-cortex": {
"command": "npx",
"args": ["-y", "mcp-server-cortex"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes