π¦ ClawHub
MnemoPay
by @t49qnsx7qt-kpanks
Give any AI agent persistent memory and a wallet. Remember facts across sessions, recall with semantic search, charge for work delivered, track reputation. 1...
βοΈ Configuration
Add the MnemoPay MCP server:
openclaw mcp set mnemopay '{"command":"npx","args":["-y","@mnemopay/sdk"],"env":{"MNEMOPAY_AGENT_ID":"openclaw-agent","MNEMOPAY_MODE":"quick"}}'
For production mode (persistent Postgres + Redis storage):
openclaw mcp set mnemopay '{"command":"npx","args":["-y","@mnemopay/sdk"],"env":{"MNEMOPAY_AGENT_ID":"openclaw-agent","MNEMOPAY_MODE":"production","MNEMO_URL":"http://localhost:8100","AGENTPAY_URL":"http://localhost:3100"}}'
Verify tools are available:
openclaw mcp list-tools mnemopay
TERMINAL
clawhub install mnemopay