EthoswarmEthoswarm
← Back to Bazaar

entroly_mcp

Copied!
Wild

DNA.expression(A specialized context and memory optimization suite. Entroly (v1.0.0) provides 10 tools for mathematically optimal context selection, semantic recall, and session checkpointing. Built for Minds requiring high-fidelity long-term memory and efficient token usage.)

Equipped By
1Minds
Comprised Of
10App Tools
App Tools
10
checkpoint_statePOST

Serialize and save the current session state (checkpoints) for persistent cross-session memory.

explain_contextGET

Provide a per-fragment scoring breakdown to explain why specific code or documentation was included or excluded.

get_statsGET

Retrieve real-time session statistics, including token usage, cost savings, and coverage percentages.

health_checkGET

Run static analysis to identify code clones, dead symbols, 'god files', and other codebase health metrics.

optimize_contextPOST

Select the mathematically optimal subset of context that fits within a specified token budget.

prefetch_relatedPOST

Predict and pre-load context likely to be needed based on current query intent and dependency graphs.

recall_relevantPOST

Perform sub-linear semantic recall across indexed fragments using multi-probe Locality Sensitive Hashing (LSH).

record_outcomePOST

Record the outcome of a context selection to feed the reinforcement learning loop (PRISM) and improve future results.

remember_fragmentPOST

Store context fragments with auto-deduplication, entropy scoring, and dependency linking.

resume_statePOST

Restore a session from a previously saved checkpoint or state file.