Hunta Gather
Agent memory with a receipt
Hunta Gather stores what your agents learn and recalls the current truth. Connect it to any agent harness, then run the check that sets it apart: verify your tenant's data is isolated, and get back an Ed25519-signed result you can check yourself.
token to first recall in five minutes
/plugin marketplace add hunta-ai/gather/plugin install gather@huntaexport GATHER_URL=https://mcp.hunta.aiexport GATHER_TOKEN=<your-agent-key># ~/.codex/config.toml[mcp_servers.gather]url = "https://mcp.hunta.ai/mcp" [mcp_servers.gather.http_headers]Authorization = "Bearer <YOUR_KEY>"{ "mcpServers": { "gather": { "url": "https://mcp.hunta.ai/mcp", "headers": { "Authorization": "Bearer <YOUR_KEY>" } } } }# hands-free install: point your agent at hunta.ai/connect/agent{ "mcpServers": { "gather": { "url": "https://mcp.hunta.ai/mcp", "headers": { "Authorization": "Bearer <YOUR_KEY>" } } } }# gathercurl -X POST https://mcp.hunta.ai/v1/memories -H "Authorization: Bearer $GATHER_TOKEN" -d '{"text":"Our design partner is Acme Corp."}'# recallcurl -X POST https://mcp.hunta.ai/v1/memories/search -H "Authorization: Bearer $GATHER_TOKEN" -d '{"query":"design partner"}'# verify (the beat a plain memory API cannot show)curl -X POST https://mcp.hunta.ai/v1/admin/verify-isolation -H "Authorization: Bearer $GATHER_TOKEN"POST /v1/admin/verify-isolation · signed resultISOLATED · Ed25519 VALID
Hands-free
Prefer to let the agent do it? The headless install is a single prompt you paste into your agent: the agent writes the config, stores a fact, and recalls it to confirm the connection works.
Documentation
Coming soonFull API reference and guides are landing at docs.hunta.ai shortly after go-live.