Skip to main content

Local, cloud-free memory for OpenClaw agents.

Project description

Palaia — The Knowledge System for AI Agent Teams

Your agents forget. Palaia doesn't.

CI PyPI Python 3.9+ License: MIT OpenClaw Plugin


What Palaia Does

AI agents are stateless by default. Every session starts from scratch — no memory of past decisions, no shared knowledge between agents, no context that survives a restart.

Palaia gives your agents a persistent, searchable knowledge store. They save what they learn. They find it again by meaning, not keyword. They share it across tools and sessions — automatically.


What Palaia Is Not

  • Not a chatbot or prompt manager
  • Not a cloud service (everything runs locally)
  • Not a vector database you manage yourself (it manages itself)
  • Not limited to one tool — works with OpenClaw, Claude Desktop, Cursor, and any MCP client

What You Get

Capability What it means
Agents remember across sessions Knowledge survives restarts, tool switches, and team handoffs
Find anything by meaning Hybrid BM25 + vector search across 6 embedding providers
Zero-config local setup SQLite with native SIMD vector search — no separate database process
Works everywhere via MCP One memory store for OpenClaw, Claude Desktop, Cursor, and more
Multi-agent ready Private, team, and public scopes — agents see what they should
Crash-safe by default SQLite WAL mode survives power loss, kills, OOM
Fast Embed server keeps model in RAM — CLI queries ~1.5s, MCP/Plugin <500ms
Scales when needed Swap to PostgreSQL + pgvector for distributed teams, no code changes

Comparison

Feature Palaia claude-mem Mem0 Stock Memory
Local-first Yes Yes No (cloud) Yes
Cross-tool (MCP) Yes (any MCP client) No (Claude Code only) No No
Native Vector Search sqlite-vec / pgvector ChromaDB (separate) Cloud No
Structured Types memory/process/task decisions/bugfixes No No
Multi-Agent Scopes private/team/public No Per-user No
Smart Tiering HOT/WARM/COLD No No No
Embedding Providers 6 (configurable) 1 (fixed) Cloud None
Open Source MIT AGPL-3.0 Partial N/A
Crash-safe (WAL) Yes Partial N/A No

Install

Recommended: Tell your agent

Paste this into your OpenClaw agent (works for install AND update):

Install or update the Palaia memory skill from ClawHub to the latest version (even if already present). Read the SKILL.md completely and follow it step by step. Run palaia init, then palaia doctor --fix and resolve all warnings — don't stop until the doctor report is clean. Set up completely.

The agent handles everything: ClawHub skill install, pip setup, plugin config, and verification.

Manual Setup

pip install "palaia[fastembed]"
palaia init
palaia doctor --fix

Optional extras:

pip install "palaia[mcp]"          # MCP server for Claude Desktop, Cursor
pip install "palaia[curate]"       # Knowledge curation
pip install "palaia[postgres]"     # PostgreSQL + pgvector backend

Note: palaia[fastembed] already includes sqlite-vec for native vector search and the embed-server auto-starts on first query. No manual optimization needed.

Upgrading? palaia upgrade — auto-detects install method, preserves extras, runs doctor.

MCP Setup (Claude Desktop, Cursor, Claude Code — no OpenClaw needed)

pip install "palaia[mcp,fastembed]"
palaia init

Add to your MCP config:

  • Claude Desktop: ~/.config/claude/claude_desktop_config.json
  • Cursor: .cursor/mcp.json
  • Claude Code: ~/.claude/settings.json
{
  "mcpServers": {
    "palaia": {
      "command": "palaia-mcp"
    }
  }
}

Quick Start

palaia write "API rate limit is 100 req/min" \
  --type memory --tags api,limits                   # Save knowledge
palaia query "what's the rate limit"                # Find it by meaning
palaia status                                        # Check health

Documentation

Document Description
Getting Started Installation, first steps, quick tour
Storage & Search SQLite, PostgreSQL, sqlite-vec, pgvector, embedding providers
MCP Server Setup for Claude Desktop, Cursor, tool reference, read-only mode
Embed Server Performance optimization, socket transport, daemon mode
Multi-Agent Scopes, agent identity, team setup, aliases
Configuration All config keys, embedding chain, tuning
CLI Reference All commands with flags and examples
Migration Guide Import from other systems, flat-file migration
Architecture Module map, data flows, design decisions
SKILL.md Agent-facing documentation (what agents read)
Contributing Versioning, release process, development setup
Changelog Release history

Development

git clone https://github.com/byte5ai/palaia.git
cd palaia
pip install -e ".[dev]"
pytest

Links


MIT — (c) 2026 byte5 GmbH

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

palaia-2.4.tar.gz (276.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

palaia-2.4-py3-none-any.whl (192.9 kB view details)

Uploaded Python 3

File details

Details for the file palaia-2.4.tar.gz.

File metadata

  • Download URL: palaia-2.4.tar.gz
  • Upload date:
  • Size: 276.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for palaia-2.4.tar.gz
Algorithm Hash digest
SHA256 b84dbd9ef46e0fe44c3814c750c1a8646198ae2355a359b85a6788e10bb1acb2
MD5 9c7c130123efcaf605c15797b10121f4
BLAKE2b-256 95f06c9b91e65afd9ce885b58795a43b4f9f14549a5e9343c0bfb93e14acb584

See more details on using hashes here.

File details

Details for the file palaia-2.4-py3-none-any.whl.

File metadata

  • Download URL: palaia-2.4-py3-none-any.whl
  • Upload date:
  • Size: 192.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for palaia-2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ce83959e3b669afc5181f75bc0c2c8f35c10f6cafc848d75e33c0c8c7f4f7370
MD5 3144e88de0978e53ba01441c0fc8609d
BLAKE2b-256 9f5fd172f5afa7d3d5b4668918b094eb93d7d4086135d43adbf7533eb11e4adf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page