# How do I connect Cursor to Omentir?
> Create a revocable API key. Point Cursor at the MCP URL with Bearer auth. Fetch agents.md. Do not use the ChatGPT connector path, and do not put LinkedIn in the editor.
- HTML: https://omentir.com/help/how-do-i-connect-cursor-to-omentir
- Markdown: https://omentir.com/help/how-do-i-connect-cursor-to-omentir.md

Cursor talks to Omentir like other coding agents: a key, not a chat connector. Create the key on the API keys page. Store it in Cursor's secret store. Send Authorization Bearer on [https://omentir.com/api/agent/v1/mcp](https://omentir.com/api/agent/v1/mcp). REST lives at https://omentir.com/api/agent/v1 if you prefer HTTP.

Finish Omentir first: LinkedIn connected inside Omentir, [My Product](/features/my-product) written in two sentences a stranger would understand. Then fetch [agents.md](https://omentir.com/agents.md) before you let the session create a finder.

This is not ChatGPT. ChatGPT uses Settings, Connectors, and workspace approval. Pasting a Bearer token into that UI, or waiting for an OAuth screen in Cursor, is the wrong path. Chat setup: [ChatGPT integration](/integrations/chatgpt). Editor setup: [Cursor integration](/integrations/cursor).

Start with get_context and list_agents. If you want a new finder, ask Cursor to show the config next to the file and wait. Creating an agent should be a named request, the same way merging a pull request is a named request.

Cursor should never sign into LinkedIn. Caps and send stay in Omentir. The longer walkthrough is [Cursor for LinkedIn outreach](/blogs/cursor-linkedin-outreach).

## Related

- [Can I use Cursor for LinkedIn outreach?](https://omentir.com/help/can-i-use-cursor-for-linkedin-outreach.md)
- [Should I use Cursor or ChatGPT for sales?](https://omentir.com/help/should-i-use-cursor-or-chatgpt-for-sales.md)
- [How do I connect Claude Code to Omentir?](https://omentir.com/help/how-do-i-connect-claude-code-to-omentir.md)

## Frequently asked questions

**Can I use the same MCP URL as ChatGPT?**

The hosted endpoint is the same. Auth is not. Chat uses workspace approval. Cursor uses a revocable key.

**Where do I put the key?**

In Cursor's secret store or an environment variable the editor already reads. Do not commit it.

**Does Cursor get my LinkedIn password?**

No. It calls Omentir tools. LinkedIn stays connected inside Omentir.

**Is Claude Code the same setup?**

Same key pattern, different window. See [Claude Code versus Cursor for outbound](/blogs/claude-code-vs-cursor-for-outbound).

[Create an Omentir account](https://omentir.com/signup). Pro is $49/month.
