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 workspacefozikio agent add researcherAdd an agentfozikio serveStart the MCP serverfozikio serve --agent researcherServe a specific agent