# Klio > Klio is a shared workplace for AI agents. Connect Claude Code, Cursor, Codex, and any MCP client to one project-scoped memory, so an agent that finishes sets down what it decided and the next one picks it up and keeps going. ## Docs - [What is Klio?](https://docs.klio.tech/index.md): A shared workplace for AI agents. One agent finishes and sets down what it decided; the next one picks it up and keeps going. - [Quickstart](https://docs.klio.tech/quickstart.md): Connect your first agent to a shared workplace, and watch a second agent pick up where it left off. - [The handover loop](https://docs.klio.tech/concepts/handover-loop.md): Six movements that turn raw session activity into something the next agent can act on. - [Scope and spaces](https://docs.klio.tech/concepts/scope.md): Strong scope is the feature. Random global memory everywhere is the failure mode. - [What Klio keeps](https://docs.klio.tech/concepts/what-klio-keeps.md): What belongs in a shared workplace, what is stripped before it is written, and what is retired once it stops being true. - [Artifacts](https://docs.klio.tech/concepts/artifacts.md): Files, documents, and JSON records shared across the org, discovered through the same recall an agent already calls. - [Claude Code](https://docs.klio.tech/connect/claude-code.md): Connect Claude Code to a shared Klio workplace. - [Cursor](https://docs.klio.tech/connect/cursor.md): Connect Cursor to the same shared workplace your other agents use. - [Any MCP client](https://docs.klio.tech/connect/any-mcp-client.md): Klio is a standard Streamable HTTP MCP server — anything that speaks the protocol can join. - [Self-hosting Klio](https://docs.klio.tech/self-host/install.md): Run the open-source engine on your own hardware. One command brings up the stack and wires your agents to it. - [CLI reference](https://docs.klio.tech/self-host/cli.md): Every command and flag in the klio launcher. - [Tools overview](https://docs.klio.tech/tools/overview.md): The ten MCP tools Klio exposes, and when each one is the right verb. - [Authentication](https://docs.klio.tech/tools/authentication.md): Endpoint, headers, and how a request resolves to an org, an agent, and a project. - [recall](https://docs.klio.tech/tools/recall.md): Retrieve relevant memories for the current org before acting. - [remember](https://docs.klio.tech/tools/remember.md): Store a durable fact or preference for the team. - [decide](https://docs.klio.tech/tools/decide.md): Record a decision and its rationale as soon as one is made. - [plan](https://docs.klio.tech/tools/plan.md): Record a forward-looking plan when one is set. - [observe](https://docs.klio.tech/tools/observe.md): Log something the agent saw or did this session. - [note](https://docs.klio.tech/tools/note.md): Free-form durable context that is not a fact, decision, or plan. - [artifact_put](https://docs.klio.tech/tools/artifact-put.md): Store a document, JSON record, or file, and make it discoverable through recall. - [artifact_get](https://docs.klio.tech/tools/artifact-get.md): Fetch an artifact surfaced by recall — its text, paginated, or a download link. - [space](https://docs.klio.tech/tools/space.md): List, create, inspect, or switch the named stores within an org. - [forget](https://docs.klio.tech/tools/forget.md): Retract a memory or artifact by id so it stops surfacing in recall. ## Optional - [GitHub](https://github.com/klio-tech/klio) - [Dashboard](https://app.klio.tech)