Runtime Cognitive Cortex for AI coding workflows.
Contorium provides workspace awareness, project memory, runtime monitoring, MCP context synchronization, and optional cognitive insights without taking control away from developers.
Server Config
{
"mcpServers": {
"contorium": {
"command": "npx",
"args": [
"@contorium/mcp"
],
"env": {
"CONTORIUM_WORKSPACE": "/path/to/project"
}
}
}
}