Connect Cursor to Sensefold
Cursor supports remote MCP servers. Connect with an Agent key — created in
Sensefold Settings with a permission tier: read_only, edit, or full.
- In Cursor, open Customize → MCPs → New MCP server. Cursor opens
mcp.jsonin the editor. - Add this entry (inside the existing
mcpServersobject):"sensefold": {"url": "https://api.sensefold.app/mcp","headers": {"Authorization": "Bearer ${SENSEFOLD_AGENT_KEY}"}} - Now create an Agent key at app.sensefold.app → Settings → Agents, pick a tier, and copy it — the full key is shown only once.
- Back in
mcp.json, replace${SENSEFOLD_AGENT_KEY}with the key you just copied, and save. - Back in Customize → MCPs, Sensefold appears under Connected with a
green dot and its tool count — 6 tools for a read-only key (including the
search/fetchcompatibility aliases), 10 for edit, 11 for full.
Keep the key out of git. The key now lives in the file as plain text, so
prefer the user-level ~/.cursor/mcp.json over a project-level
.cursor/mcp.json — a project file with a real key must never be committed
or shared. If a key leaks, revoke it in Sensefold Settings and create a new
one.
Try it
Section titled “Try it”- “Search my Sensefold library for the architecture notes about the sync layer.”
- “Save a note: decisions from today’s refactor.”
See the MCP tools reference for everything Cursor can call.