Connect Paperclip
to DataPalace.
Paperclip lets you run a whole team of AI agents with roles, goals, and budgets. “If OpenClaw is an employee, Paperclip is the company.” DataPalace is the memory that ties it together.
What connecting does
Each agent in your Paperclip “company” can pull from the same DataPalace knowledge base before acting. One shared memory across an org chart of agents.
What plan you need
Free and MIT-licensed. You need a server to run it on plus API costs for the models your agents use. This is a more technical setup — a great one to hand to a technical co-founder.
How DataPalace connects
Each agent runs through an “adapter” to an AI tool like Claude Code. You add DataPalace as an MCP server in that agent’s config:
{
"mcp_servers": {
"datapalace": {
"url": "https://mcp.datapalace.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_DATAPALACE_TOKEN" }
}
}
}Good to know
This is early, fast-moving territory — the multi-client play (a Paperclip company per client, each with its own knowledge base) is the standout. Check github.com/paperclipai/paperclip for the latest.