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.
Personalize the behavior
Store the short Palim base rule as a personal or project-scoped Cursor Rule. If your repository already uses AGENTS.md, the project-specific rule can also live there. See Prompts and personalization for the complete text, reliability test, and optional skill.
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