Developer tool

Connect Cursor
to DataPalace.

Cursor is VS Code with a very smart AI built in. Probably the lowest-friction connection on this list.

What connecting does

Connected to DataPalace, Cursor gets your architecture decisions, coding standards, and client requirements before it writes or suggests anything — in the same tool where the code gets written.

What plan you need

Free tier works. Pro (~$20/mo) gives unlimited AI usage, which makes DataPalace-connected workflows much more practical.

Connect it — settings panel (no code)

  1. Open Cursor and go to Settings (⌘ + comma on Mac).
  2. Find the MCP section in the sidebar.
  3. Click Add Server.
  4. Name it DataPalace, set the URL to the MCP server URL, and choose Bearer token auth with your DataPalace API token. Save.

Or share with your team via config — add .cursor/mcp.json to your project and commit it:

{
  "mcpServers": {
    "datapalace": {
      "url": "https://mcp.datapalace.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_DATAPALACE_TOKEN" }
    }
  }
}
Test it: in Cursor’s AI chat, “Check DataPalace for any architecture decisions related to this project.” If it pulls results, you are live.

Good to know

Cursor supports multiple MCP servers at once, so DataPalace runs alongside GitHub, Linear, and anything else your team connects.

← All integrations