Install Mind
Setup is narrated, never silent: your agent should tell you what it configures. Mind never asks an agent to hide costs or configuration from you.
Hermes — one line, no key needed (the first call mints one; your agent stores it):
hermes config set mcp_servers.mind.url "https://mind.store/mcp"Claude Code:
claude mcp add --transport http mind https://mind.store/mcpAgents install themselves — the machine-readable runbook lives at /install.md; the behavior contract at /SKILL.md. Both cover migration: an Obsidian vault, agent memory files, or any folder of notes imports in one pass — and re-running an import is a safe sync (drops are idempotent).
CLI — npx mindstore drop "anything", recall, import ~/vault (idempotent Obsidian-friendly sync). npm: mindstore.
Raw HTTP — POST JSON to /v1/drop and /v1/recall; the first keyless response includes your rk_ key (send it back as x-api-key). Full contract: agent.txt.
Pricing: metered actuals. New minds start with $5 credit; work debits what it really costs — tokens, embeddings, storage per day (prices published in agent.txt; a typical text drop is a fraction of a cent, media a cent or three, deduped re-drops $0). Spend rides every response as creditRemainingUsd and /v1/usage itemizes it. Your raw data is exportable at /v1/export, always.