About this project

Kinesthesia is a web-based piano roll application designed for watching, learning, or playing MIDI songs. It features a visual interface where MIDI notes fall onto an 88-key piano, similar to the style of Synthesia. Key features include: - MIDI Song Search: Ability to search for songs and visualize their playback. - API Support: Includes a self-documenting API with an OpenAPI specification available at /api/docs. - MCP Integration: Supports the Model Context Protocol (MCP) via a streamable HTTP endpoint, allowing agents to search for songs, read file metadata, generate player links, and edit MIDI projects. - Flexible Deployment: Can be run using Bun or deployed via Docker (supporting amd64 and arm64 architectures). - External MIDI Support: Ability to play .mid files from trusted origins via player links.