Guides
Team & sync
Share one memory across machines or a team - git-synced workspaces, or an optional HTTP MCP server.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Share one memory across machines or a team - git-synced workspaces, or an optional HTTP MCP server.
pmb workspace init --remote git@github.com:me/pmb-memory.git
pmb workspace push # back up / share
pmb workspace pull # on another machine
pmb workspace status
pip install 'pmb-ai[crypto]'
pmb workspace export memory.pmb # scrypt + AES/HMAC
pmb workspace import memory.pmb team # decrypt into a local workspace
pmb mcp serve --transport streamable-http --host 0.0.0.0 --bearer-token <secret>
PMB_MCP_BEARER_TOKEN and put the server behind a
private network (Tailscale) or an SSH tunnel.pmb connect claude-code --workspace personal
pmb connect cursor --workspace personal
# both read/write the same workspace; SQLite WAL handles concurrent writes