PalimDocs
Integrations

Connect AI clients

Choose the guide for your MCP-compatible AI client.

Every client connects to the same hosted MCP endpoint:

https://api.usepalim.com/mcp

Authentication depends on the client. Use OAuth when the client supports OAuth for remote MCP servers. Otherwise, use an API key from the Palim setup page.

After every connection

Start a new chat and say Palim Help. The client must show palim_help in its tool list. In ChatGPT, you must also enable Palim for every conversation with @Palim.

The technical connection alone does not guarantee automatic retrieval. Prompts and personalization provides a copyable base instruction, the right location in each client, and a reliability test.

Connection methods

MethodWhen to use itSecret stored in client
OAuthCursor, Claude, Claude Code, ChatGPT, AntigravityNo
x-api-keyPerplexity Mac, n8n, raw HTTP/JSON-RPC clientsYes
Connection URLOnly when a client cannot send headers and you explicitly generate one in PalimToken is part of the URL

Supported connection paths

ClientDocumented pathAuthenticationSpecial requirement
CursorRemote MCP in Settings or mcp.jsonOAuthNo additional config.json is required.
Claude DesktopCustom connectorOAuthNo manual desktop config entry is required.
Claude Codeclaude mcp add --transport httpOAuthBrowser sign-in on first use.
ChatGPTCustom app in Developer ModeOAuthDisable OIDC and enable Palim in every chat with @Palim.
Perplexity MacAdvanced connector with mcp-remotex-api-keyThe web connector is not the currently supported path.
AntigravityRemote MCP URLOAuthThe MCP endpoint is sufficient.
n8n and custom clientsStreamable HTTPx-api-keyObserve initialize and mcp-session-id.

Client product interfaces change independently of Palim. If a menu label differs, the MCP endpoint, authentication method, and requirements in the matching guide remain authoritative.

Last updated on