engram v3.4.0 Adds Anthropic Plugin to Keep Claude Code Running Under New Rate Limits

engram v3.4.0 addresses the recent rate-limit reductions and the impending removal of Claude Code from the Pro tier by exposing a dedicated Anthropic plugin. The plugin bundles an MCP server config that instantiates a shared memory layer locally, surviving file edits and IDE switches without extra latency.
Key Features
- Three new skills accessible via slash commands in Claude Code:
/engram:costfor token spend queries,/engram:queryfor fast context retrieval, and/engram:mistakesto surface recent execution errors. - Zero-config MCP integration — the MCP server runs locally, so the context spine is instantiated the first time a skill runs, with no additional setup.
- Cross-IDE persistence — the shared memory layer persists across file edits and even across different IDEs, enabling continuity.
Installation
CLI (one line):
npm install -g engramx@latest engram setup # detects Claude Code automatically
Via Claude Code marketplace: Once the listing appears, run /plugin install engram.
What It Solves
Claude Code users have faced sudden rate-limit reductions with the product's looming removal from the Pro tier. engram's plugin provides a local, latency-free memory layer that helps manage API consumption (via cost queries) and recover from errors quickly (via mistake surfacing). The MCP server runs locally, so no external dependencies are introduced.
Who It's For
Developers who rely on Claude Code and need to work around tighter rate limits while maintaining continuity across sessions.
Resources
- Source code & issues: github.com/NickCirv/engram
- npm package:
engramx
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Persistent AI Knowledge Infrastructure with OpenClaw
A developer built 'Brain'—a central knowledge service with local RAG, multi-agent coordination, and a typed plugin system—to solve the statelessness problem in AI setups. The system runs entirely on local hardware using Ollama, Postgres, MongoDB, Qdrant, and Memgraph.

Open-source Claude plugin generates interactive visual tuners with live preview
A developer built an open-source plugin that lets Claude Code generate single HTML pages with sliders and Figma-style infinite canvases for fine-tuning CSS values. The plugin reads source files, reproduces elements on an interactive canvas, and provides controls for precise adjustments with live preview.

MOOSE-Star: A 7B Model and 108K-Paper Dataset for Scientific Hypothesis Discovery – ICML 2026
MiroMind releases MOOSE-Star on Hugging Face: a 7B model (DeepSeek-R1-Distill-Qwen-7B fine-tune) for scientific hypothesis discovery, alongside the 108K-paper TOMATO-Star dataset. Benchmark shows MS-7B achieves 54.34% inspiration retrieval accuracy, beating GPT-5.4 and approaching Gemini-3 Pro.

OpenClaw Skill for Local Meeting Transcription with Whisper
A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.