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-memoryRelated MCP servers
io.github.shofer-dev/slang-workflows
Maintained
Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).
1
View repository →TypeScript
Apache-2.0