Antigravity and other MCP clients
Connect Antigravity, n8n, or generic remote MCP clients to Palim.
Antigravity
Add https://api.usepalim.com/mcp as a remote MCP server. Antigravity starts the OAuth flow on first use; this flow does not require an API key.
Generic clients with an API key
Clients without OAuth can send the key created on the setup page as a header:
x-api-key: palim_...This applies to clients such as n8n MCP Client and custom JSON-RPC integrations. Send initialize first and carry the mcp-session-id header returned by the server on subsequent stateful HTTP calls.
Clients without header support
An already connected agent can use palim_create_connection_url to create a controlled connection URL. Treat this URL like a password because the token is part of the URL.
Compatibility check
A client is generally compatible if it supports remote MCP over Streamable HTTP and allows either OAuth or custom HTTP headers. Visible tool names and the way a connector is enabled for a chat vary by product.
Last updated on