MCP Catalogs
Home

memory vs ableton-copilot-mcp

Side-by-side comparison to help you pick between these two MCP servers.

memory
by modelcontextprotocol
ableton-copilot-mcp
by xiaolaa2
Stars★ 85,748★ 78
30d uses
Score7746
Official
Categories
Knowledge GraphAI / LLM ToolsProductivity
MediaProductivityDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

memory · Summary

An MCP server implementing persistent memory using a local knowledge graph for AI models to remember user information across chats.

ableton-copilot-mcp · Summary

MCP server for AI assistants to control Ableton Live with song management, track control, MIDI editing, and audio recording capabilities.

memory · Use cases

  • Personalizing AI assistant interactions by remembering user preferences, history, and relationships
  • Building context-aware chat applications that maintain conversation history
  • Creating knowledge bases that persist across AI model sessions

ableton-copilot-mcp · Use cases

  • Automating repetitive MIDI editing tasks in music production
  • AI-assisted track and clip management in Ableton Live
  • Creating and managing audio effects and instrument parameters

memory · Install

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

VS Code

Use one-click installation buttons or manually configure in .vscode/mcp.json:

{
  "servers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Docker

{
  "mcpServers": {
    "memory": {
      "command": "docker",
      "args": ["run", "-i", "-v", "claude-memory:/app/dist", "--rm", "mcp/memory"]
    }
  }
}

ableton-copilot-mcp · Install

Installation

Prerequisites
  • Node.js v20+
  • Ableton Live
Steps
  1. **Install AbletonJS MIDI Remote Scripts** (one of these methods):

``bash npx @xiaolaa2/ableton-copilot-mcp --install-scripts # OR npx @xiaolaa2/ableton-copilot-mcp -is ``

  1. **Enable AbletonJS Control Surface** in Ableton Live:

- Open Preferences → Link/MIDI - Select "AbletonJS" from Control Surface dropdown

  1. **Configure your MCP client** (example for Claude Desktop):

``json { "mcpServers": { "ableton-js-mcp": { "command": "npx", "args": ["-y", "@xiaolaa2/ableton-copilot-mcp"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.