🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

shofer-live-memory

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shofer-live-memory

A cheap, persistent, read-only codebase memory for Claude Code — a large-context model that accumulates repo knowledge across sessions and answers via ask_live_memory instead of re-reading files.

pipPyPI
Version
0.6.0
Weekly downloads
53
Maintainers
1

live-memory — MCP server

mcp-name: io.github.shofer-dev/live-memory

A cheap, persistent, read-only codebase memory for Claude Code. A separate large-context model runs as a long-lived MCP server and accumulates knowledge of your repository across sessions; your agent asks it via one tool, ask_live_memory, instead of re-reading files. It learns passively from the files your agent reads/edits and stays current as the repo changes. Read-only and path-jailed; zero-config on a Claude subscription (Haiku), or point it at any OpenAI-compatible / local model.

This package is the server behind the live-memory Claude Code plugin.

Install & run

pip install shofer-live-memory
live-memory-server          # serves http://127.0.0.1:7711/mcp

Then point an MCP client at http://127.0.0.1:7711/mcp (the Claude Code plugin wires this for you).

Apache-2.0.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts