Developer tool
Connect Claude Code
to DataPalace.
Claude Code is Anthropic’s terminal coding agent. One command connects it to your company memory.
What connecting does
Claude Code already reads your codebase. Connected to DataPalace, it also pulls the decisions, standards, and client context that never make it into the code, so it builds the way your team actually builds.
What plan you need
Claude Code comes with Claude Pro, Max, and Team. DataPalace works on all of them.
Connect it — one command
- In your project, run the command below.
- Run
/mcpinside Claude Code and pick datapalace to sign in. A browser window opens. - Approve access. Claude Code is now connected.
claude mcp add --transport http datapalace https://mcp.datapalace.ai/mcpOr share with your team — add .mcp.json to the repo and commit it:
{
"mcpServers": {
"datapalace": { "type": "http", "url": "https://mcp.datapalace.ai/mcp" }
}
}Test it: ask Claude Code to check DataPalace for your testing conventions before it writes tests. If it pulls the rule, you are connected.
Good to know
DataPalace runs alongside every other MCP server Claude Code uses. Add it once at the project level and the whole team inherits the connection.