score_system

tomoyu719/score_system
★ 0 stars Dart Code/Dev Tools Updated 1mo ago
Headless music score editing system — CLI/TUI/MCP server built in Dart
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "score_system": {
      "command": "npx",
      "args": [
        "-y",
        "tomoyu719/score_system"
      ]
    }
  }
}

README Excerpt

A sample command-line application with an entrypoint in `bin/`, library code in `lib/`, and example unit test in `test/`.