MIT Licensed

Multi-agent workspaces from the terminal

Initialize workspaces, add agents with isolated memory, and serve MCP tools. All from the command line.

One-command setup

npx fozikio init creates a workspace with config, storage, and MCP server ready to go. No accounts, no cloud setup.

Multi-agent workspaces

fozikio agent add creates isolated agents within the same workspace. Each agent gets its own memory namespace.

Isolated memory

Every agent has a scoped MCP server and separate knowledge store. No cross-contamination between agents.

Commands

npx fozikio init my-workspaceCreate a new workspace
fozikio agent add researcherAdd an agent
fozikio serveStart the MCP server
fozikio serve --agent researcherServe a specific agent

Start building

The CLI is part of the cortex-engine package. Install and go.