docshelf-mcp
01MCP server Claude CodeCodexCursor +2
MCP server for managing AI-friendly document collections — convert PDFs, split by chapter, index for chat projects. Runs locally from the docshelf-mcp Python package.
MCP server Claude CodeCodexCursor +2
MCP server for managing AI-friendly document collections — convert PDFs, split by chapter, index for chat projects. Runs locally from the docshelf-mcp Python package.
Plugin Claude Code
Working-memory shelf for Claude Code: the /shelve skill plus a SessionStart hook that injects the shelf INDEX (recall bootstrap) and a SessionEnd/PreCompact hook that pushes the shelf so episodes survive an ephemeral container.
Hook
Runs when a session starts, executing session-start-index.sh via bash. From ignatenkofi/memshelf-mcp.
Hook
Runs when a session ends, executing autopush.sh via bash. From ignatenkofi/memshelf-mcp.
Hook
Runs before the context is compacted, executing autopush.sh via bash. From ignatenkofi/memshelf-mcp.
Skill Claude CodeCodex
Offload a closed conversation topic (or a whole imported dialog) to the memory shelf as a Markdown episode with a validated digest. Use when a topic is finished, when context grows heavy, before compaction, or when the user asks to shelve/archive part of the conversation. M0 prompt-only version — the agent does the…
MCP server Claude CodeCodexCursor
Working-memory shelf for AI agents — offload closed topics to a docshelf shelf as digest-indexed episodes, recall by index. Runs locally from the memshelf-mcp Python package.