- onboard-client.py: client replica scaffolding CLI - gws/: Google Workspace sync (Gmail, Calendar, Drive) - lifestream/: life event stream collector - muscriptor-mcp/: audio → MIDI MCP server - music-mcp/: music library MCP server - data_sharing/: consent-gated data sharing (Python + TS) - sync-mirrors.py: GitHub → Forgejo mirror engine - brain-to-gbrain.py, vault-sync.py, test-all.sh - shared/: TS data-sharing library + index - dirac: provider registry update - .gitignore: exclude Rust build artifacts Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
20 lines
614 B
Text
20 lines
614 B
Text
# MuScriptor MCP Server — Environment Variables
|
|
# Copy this file to .env and fill in the real values.
|
|
|
|
# Maloja (music statistics)
|
|
MALOJA_URL=http://pf-maloja:42010
|
|
MALOJA_API_KEY=
|
|
|
|
# Navidrome (music library, Subsonic API)
|
|
NAVIDROME_URL=http://192.168.0.104:4533
|
|
NAVIDROME_USER=fabio
|
|
NAVIDROME_PASSWORD=
|
|
|
|
# HuggingFace (required for model download, CC BY-NC 4.0 license)
|
|
# Get a free token at https://huggingface.co/settings/tokens
|
|
# Accept the model license at https://huggingface.co/MuScriptor/muscriptor-medium
|
|
HF_TOKEN=
|
|
|
|
# Model config
|
|
MUSSCRIPTOR_MODEL_SIZE=medium
|
|
MUSSCRIPTOR_DOWNLOAD_DIR=/tmp/muscriptor
|