furl
01Plugin Claude Code
Plugin marketplace listing 1 plugin: furl.
Plugin Claude Code
Plugin marketplace listing 1 plugin: furl.
MCP server Claude CodeCodexCursor +2
MCP server "furl" as configured in omar-y-abdi/furl-ctx. Launched with sh -c PATH="$PATH:$HOME/.local/bin:$HOME/.cargo/bin:/opt/homebrew/bin:/usr/local. Needs 3 environment variables to run.
Skill Claude CodeCodex
How the Furl context-compression plugin works in Claude Code and Codex — the furlcompress / furlretrieve / furlstats / furlpurge / furlsearch / furllist MCP tools, the > retrieval flow, and Claude Code's optional automatic hooks. Use when the user asks what Furl is doing, how to compress or retrieve content, why…
Plugin Claude Code
Furl context compression for Claude Code: bundles the Furl MCP server (furlcompress / furlretrieve / furlstats / furlpurge / furlsearch / furllist) and a fail-open PostToolUse hook that shrinks large tool outputs before they land in context. Originals stay byte-exactly retrievable via > markers.
Hook
Runs after a tool call finishes for Bash, WebFetch, WebSearch and Task tool calls, executing compress_tool_output.py via sh with --no-project and --with. From omar-y-abdi/furl-ctx.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pretool_pipe.py via sh with --no-project and --with. From omar-y-abdi/furl-ctx.
Hook
Runs when a session starts on startup, resume and clear, executing session_start_banner.py via sh. From omar-y-abdi/furl-ctx.