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.
- 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}"}}}} - 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.
- Set
SENSEFOLD_AGENT_KEYto the copied key in the environment that launches Claude Code, restart it, and runclaude mcp get sensefoldto verify.
Try it
Section titled “Try it”- “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.