Cortex MCP — Multi-Level Reasoning Server for VS Code
io.github.j0hanz/cortex-mcp
Multi-level reasoning MCP server with configurable depth levels
client:VS Code
transport:stdio
runtime:npm
Install Cortex MCP — Multi-Level Reasoning Server in VS Code
.vscode/mcp.json
{
"servers": {
"cortex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs