Integrations
Cursor
Connect Cursor to Palim with remote MCP and OAuth.
Through Settings
- Open Settings → Tools & MCP.
- Add a new MCP server.
- Use
https://api.usepalim.com/mcpas the URL. - Complete the Palim sign-in flow in your browser.
Through mcp.json
Add the server to ~/.cursor/mcp.json or the project-level .cursor/mcp.json:
{
"mcpServers": {
"palim": {
"url": "https://api.usepalim.com/mcp"
}
}
}Cursor starts the OAuth flow on the first connection attempt. This flow does not require an API key.
Test
Open a new Agent chat and say Palim Help. If Cursor shows “No tools,” disconnect the server in Tools & MCP, reconnect it, and complete the OAuth flow. No additional local config.json file is required.
Last updated on