Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.
claude mcp add live-memory -- uvx shofer-live-memory
claude_desktop_config.json
{
"mcpServers": {
"live-memory": {
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"live-memory": {
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"live-memory": {
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"live-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"live-memory": {
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.shofer-dev--live-memory/reviews or the review_server meta-tool.
POST /mcp