Skip to content

Connect Claude Code to Sensefold

Claude Code connects with an Agent key — created in Sensefold Settings with a permission tier: read_only (search and read), edit (also save and update), or full (also delete). Keys are revocable and rotatable.

  1. Add this to your project’s .mcp.json (or the user-scoped equivalent):
    {
    "mcpServers": {
    "sensefold": {
    "type": "http",
    "url": "https://api.sensefold.app/mcp",
    "headers": {
    "Authorization": "Bearer ${SENSEFOLD_AGENT_KEY}"
    }
    }
    }
    }
  2. Now create an Agent key at app.sensefold.app → Settings → Agents, pick a tier, and copy it — the full key is shown only once; if it is lost, revoke it and create another. Never paste it into a chat.
  3. Set SENSEFOLD_AGENT_KEY to the copied key in the environment that launches Claude Code, restart it, and run claude mcp get sensefold to verify.
  • “Search my library for prior decisions about credit pricing before we design this.”
  • “Save a note summarizing what we shipped today.”

An agent-readable version of this setup lives at /for-agents/skill.md — you can paste that URL to Claude Code and let it configure itself.