A Rust-based MCP server to integrate Cortex, enabling observable analysis and automated security responses through AI.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-server-cortexAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-server-cortexAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use gbrigandi/mcp-server-cortex directly without routing
npx -y mcp-server-cortexNew to Agent-CoreX? View setup guide →