@marketintellabs/hermes-paperclip-adapterMCP Server28/100 via “agent execution context preservation across tool calls”
MarketIntelLabs fork of the Paperclip adapter for Hermes Agent — with adapter-owned status transitions, an in-process MCP tool server (paperclip-mcp) that replaces curl-in-prompt with structured tool calls, MIL heartbeat prompt templates, and OpenRouter m
Unique: Implements context threading pattern where execution context is explicitly passed through tool call chain as a parameter, not stored in global state. Uses immutable context updates where each tool returns new context object, enabling time-travel debugging and context snapshots.
vs others: More efficient than re-prompting because context is passed directly to tools; more debuggable than global state because context changes are explicit and traceable.