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.
Overview
AI coding tools are becoming increasingly powerful, but project context is still fragmented across files, terminals, conversations, and sessions.
Contorium was built to serve as a Runtime Cognitive Cortex for AI-assisted development. It maintains awareness of workspace state, project history, runtime events, and development context, allowing AI systems to operate with greater continuity.
The platform follows a simple principle:
Observe → Understand → Suggest
Contorium does not execute actions, install tools, or take control of the development workflow. Instead, it provides a persistent runtime layer that helps developers and AI assistants stay aligned throughout the software development lifecycle.
Server Config
{
"mcpServers": {
"contorium": {
"command": "npx",
"args": [
"@contorium/mcp"
],
"env": {
"CONTORIUM_WORKSPACE": "/path/to/project"
}
}
}
}