Connect Contextick to Cursor

Cursor reads MCP servers from a JSON config file. You'll create a Contextick API key, paste it into that file along with the Contextick endpoint, and you're done.

What you'll need

Two things about the key. It's shown once, right after you create it — copy it then, because you can't view it again. And the name you give the key becomes the origin recorded on everything saved through it, so calling this one "Cursor" means you can later tell what you saved in Cursor from what you saved elsewhere.

Steps

  1. Create an API key at your account page and copy it.
  2. In Cursor, open Settings → Tools & MCP → New MCP Server. Cursor opens its mcp.json config file for you.
  3. Add Contextick:
    {
      "mcpServers": {
        "contextick": {
          "url": "https://contextick.ai/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_CONTEXTICK_API_KEY"
          }
        }
      }
    }

    Replace YOUR_CONTEXTICK_API_KEY with the key you copied. If your mcp.json already has other servers under "mcpServers", add only the "contextick": { … } block — leave the others as they are.

  4. Save the file and restart Cursor. Contextick appears in the MCP list on Cursor's Customize page.

Check it worked

Test it in two parts, and make the second part a new chat. If you ask in the same conversation, Cursor can answer from what you just said without ever calling Contextick — so a broken connection would still look like it worked.

  1. Save something you'd actually want back. At the end of a session where you worked out a convention, say: "Save the error-handling pattern we just settled on to Contextick."
  2. Open a new chat and ask: "What's our error-handling pattern?"

If it comes back in the new chat, you're connected — and you've just seen the point of it: you didn't have to explain the convention again. That note is also available in Claude, ChatGPT, or any other AI you connect to Contextick.

If it doesn't show up

Official docs

Cursor's own MCP guide: Model Context Protocol in Cursor.

← All connection guides