C
Cortex Agent
by @kth3
Cortex Agent Infrastructure: A lightweight, Python-based universal agent memory and workflow engine. 파편화된 에이전트의 기억을 영속화하고, MCP(Model Context Protocol)를 통해 어떤 프로젝트에서든 즉시 작업 맥락(Context)을 형성할 수 있도록 설계된 범용 에이전트 엔지니어링 인프라입니다.
Created 4/2/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx cortex-agent
Cursor configuration (mcp.json)
{
"mcpServers": {
"kth3-cortex-agent": {
"command": "uvx",
"args": [
"cortex-agent"
]
}
}
}