PluginBench
MCP Server
Active
Apache-2.0

io.github.shofer-dev/live-memory MCP Server

io.github.shofer-dev/live-memory

What is the io.github.shofer-dev/live-memory MCP server?

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

How to install io.github.shofer-dev/live-memory

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "live-memory": {
      "command": "uvx",
      "args": [
        "shofer-live-memory"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "live-memory": {
      "command": "uvx",
      "args": [
        "shofer-live-memory"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "live-memory": {
      "command": "uvx",
      "args": [
        "shofer-live-memory"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "live-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shofer-live-memory"
      ]
    }
  }
}
Claude Code
claude mcp add live-memory -- uvx shofer-live-memory

Related MCP servers

Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).

1
TypeScript
Apache-2.0
View repository →