Skip to content

v4.0.1 - Public Release

Choose a tag to compare

@M-Pineapple M-Pineapple released this 27 Dec 08:15
· 24 commits to main since this release

🍍 Msty Admin MCP v4.0.1 - Public Release

AI-Powered Administration for Msty Studio Desktop

This is the first public release of Msty Admin MCP, featuring 24 tools for managing your Msty Studio installation through Claude Desktop.

✨ What's New in v4.0.1

  • Comprehensive README with 8 detailed use cases
  • Hardware recommendations for different Mac configurations
  • Database discovery documentation - we found where Msty stores everything!
  • Sanitised exports - removed personal configuration files from repo

🛠️ Features

24 Tools Across 5 Phases

Phase Tools Description
Phase 1 6 Installation detection, database queries, health checks
Phase 2 4 Configuration export/import, persona generation
Phase 3 5 Sidecar integration, local model chat
Phase 4 5 Performance analytics, model comparison
Phase 5 4 Calibration testing, handoff triggers

Key Capabilities

  • 🔍 Database Inspection - Query Msty's SQLite database directly
  • 🏥 Health Monitoring - Check installation health and get recommendations
  • ⚙️ Config Sync - Export Claude Desktop MCP tools for Msty
  • 🤖 Local Model Chat - Talk to local models via Sidecar API
  • 📊 Performance Tracking - Automatic metrics for all local model calls
  • 🎯 Model Calibration - Test quality across reasoning, coding, writing tasks

📦 Installation

git clone https://github.com/M-Pineapple/msty-admin-mcp.git
cd msty-admin-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Add to Claude Desktop config:

{
  "mcpServers": {
    "msty-admin": {
      "command": "/path/to/msty-admin-mcp/.venv/bin/python",
      "args": ["-m", "src.server"],
      "cwd": "/path/to/msty-admin-mcp"
    }
  }
}

📋 Requirements

  • macOS (Apple Silicon or Intel)
  • Python 3.10+
  • Msty Studio Desktop
  • Claude Desktop (for MCP integration)

🔐 Security Note

This MCP only reads from Msty's database - it never writes to it. All metrics and calibration data are stored separately in ~/.msty-admin/.


Created by Pineapple 🍍

Making local AI administration effortless.