feat: Avatar Ready Player Me plugin + MCP Memory Cloud (Firebase)#172
Open
Phoenixai36 wants to merge 1 commit intoszczyglis-dev:masterfrom
Open
feat: Avatar Ready Player Me plugin + MCP Memory Cloud (Firebase)#172Phoenixai36 wants to merge 1 commit intoszczyglis-dev:masterfrom
Phoenixai36 wants to merge 1 commit intoszczyglis-dev:masterfrom
Conversation
- Plugin avatar_rpm: Ready Player Me 3D avatar with lip-sync, emotion detection and WebEngine viewer - Plugin mcp_memory: Firebase Firestore memory cloud via MCP protocol with semantic search - MCP standalone server with remember/recall/summarize/sync tools - Install script and full documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds two new community plugins to PyGPT:
🎭 Plugin: Avatar Ready Player Me (
avatar_rpm)A floating 3D avatar window powered by Ready Player Me (free tier) and Three.js, rendered inside PyGPT's existing WebEngine — no additional renderer overhead.
Features:
on_audio_output_chunkhook)Overhead: ~15 MB RAM, <1% CPU idle, ~4% CPU when speaking.
🧠 Plugin: MCP Memory Cloud (
mcp_memory)Persistent cloud memory for PyGPT using Firebase Firestore (free Spark tier) exposed as an MCP server.
Features:
sentence-transformers/all-MiniLM-L6-v2) — no API key neededremember_fact,semantic_recall,summarize_context,sync_deviceslocal/openai/geminiembedding backendsmcp-memory-server/server.py) via stdio transportFree tier Firebase limits (more than enough for personal use):
Overhead: ~50 MB RAM (with embeddings loaded), <1% CPU idle.
Files Added
Setup Requirements
Notes
QWebEngineView— no new Qt dependencieson_audio_output_start/chunk/end,on_ctx_begin/end)Developed as a community enhancement. Feedback and improvements welcome!