plainsong-mcp
A Model Context Protocol server for Plainsong, so any agent can read, write and compile music notation — and so several agents can work on one score at the same time without overwriting each other.
plainsong-mcp # JSON-RPC over stdio, what most clients expect
plainsong-mcp --http # loopback HTTP, for remote and multi-agent setups
plainsong-mcp --list-tools # what it exposes
Install
pip install git+https://github.com/SuperInstance/plainsong-mcp
That brings in the compiler as well. Neither has any other dependency: the protocol, both transports, the session store and the compiler itself are written against the standard library. Python 3.10 or newer.
The compiler comes from PyPI as plainsong>=1.4.0. 1.1.0 is the first release
carrying plainsong.features, the per-bar analysis this package re-exports
rather than duplicating; 1.4.0 is the first carrying plainsong.runtime.localhost,
the loopback check behind the same re-export, so 1.4.0 is now the binding floor.
Either way the requirement is real: below it the install succeeds and the
import fails.
Point a client at it
For a client that launches servers over stdio, the usual shape is:
{
"mcpServers": {
"plainsong": {
"command": "plainsong-mcp"
}
}
}
Then ask it for music. The server exposes 27 tools, which is everything the
plainsong CLI can do — write and validate notation, compile to MIDI and
audio, transpose, search a library of several thousand pieces, analyse what
each listener on a stage actually hears, and probe what the host machine can
render.
Many agents, one score
The reason this exists. A session gives every agent a voice of its own:
ensemble_open name a session, set key, tempo and metre
ensemble_join claim a voice -- one owner at a time
ensemble_read the whole current state, in one call
ensemble_write_part write your voice, against the version you read
ensemble_render merge the parts and compile
ensemble_log what everyone has done
Because the parts are disjoint, the common case never conflicts — two agents writing two voices both succeed. When two do collide, the later write is refused and handed the current state to rebase onto, rather than silently overwriting somebody's work. Locks are held only around a read-modify-write of the manifest, never across a call to a model, because a model call takes seconds and a lock held that long is a lock nobody else can get.
Notation is parsed before a part is accepted, so invalid notation never lands. Writes are atomic, the merge is deterministic, and every change appends to a log a joining agent can read to find out what has happened so far.
See docs/ensemble.md for the whole protocol and docs/mcp.md for the tool and resource surface.
Reading a score as features
analyze_features computes sixteen per-bar features — note density, harmonic
tension, syncopation, contour direction, register spread and so on — matching
the vocabulary fleet-jepa-midi
perceives. That lets a bandleader read a written score, and makes a corpus of
notation usable as labelled training data.
Where this came from
This began inside the compiler's repository and was extracted once it was clear
it had become its own thing rather than a feature of the compiler. Two names had
also collided along the way: the analysis of who hears what on a physical stage,
and a session shared by several agents, were both called "ensemble". The first
is now plainsong stage and lives with the compiler; the second is what this
repository means by the word.
The compiler still ships a copy of this server, which is what its plainsong mcp command runs. That copy is being retired — install from here.
Status
The protocol is exercised by a test suite that drives the server with real
JSON-RPC: the initialize handshake, tools/list, tools/call, malformed
input, unknown methods, notifications, and a tool that raises. Concurrency is
tested with threads racing for the same voice, and merge determinism is checked
by writing the same parts in three different orders and comparing bytes rather
than assuming.
CI runs the suite on Python 3.10 through 3.13 across Linux, macOS and Windows, and then speaks the protocol to the built server over a pipe, so a handshake that regresses fails the build rather than a mock of one.
No third-party MCP client has connected to it yet. The protocol behaviour is verified against the specification rather than against a particular client — strong evidence, and not the same thing. Doing that is the most useful thing anyone could contribute.
90 tests.
Licence
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plainsong_mcp-1.0.1.tar.gz.
File metadata
- Download URL: plainsong_mcp-1.0.1.tar.gz
- Upload date:
- Size: 50.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5003ab9d967bc93147bb6c224e163974bb8c5272cec9fbc20cc0ad35c1e9a81
|
|
| MD5 |
566e864b2d77b61507aeffd34ea147b3
|
|
| BLAKE2b-256 |
c5ee3d3b763483243a195e65680c10997e90e027b179fd883165938d92c55d3e
|
Provenance
The following attestation bundles were made for plainsong_mcp-1.0.1.tar.gz:
Publisher:
release.yml on SuperInstance/plainsong-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
plainsong_mcp-1.0.1.tar.gz -
Subject digest:
e5003ab9d967bc93147bb6c224e163974bb8c5272cec9fbc20cc0ad35c1e9a81 - Sigstore transparency entry: 2590759253
- Sigstore integration time:
-
Permalink:
SuperInstance/plainsong-mcp@acb337cf9cf7d2c1592bd37fd7e4e8a4be832760 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/SuperInstance
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@acb337cf9cf7d2c1592bd37fd7e4e8a4be832760 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file plainsong_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: plainsong_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fac6cda1ae79aa79a437e0f79bc48324d0e36f3ec2915efa4607fbd8d3c664e
|
|
| MD5 |
ef7e4eb8bc4fa5679e19b9db07f2090a
|
|
| BLAKE2b-256 |
d50c10d20ef2c8500acd4453de5a5870b02e1c0cd12cdf989e0d1e8e4a15dc68
|
Provenance
The following attestation bundles were made for plainsong_mcp-1.0.1-py3-none-any.whl:
Publisher:
release.yml on SuperInstance/plainsong-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
plainsong_mcp-1.0.1-py3-none-any.whl -
Subject digest:
5fac6cda1ae79aa79a437e0f79bc48324d0e36f3ec2915efa4607fbd8d3c664e - Sigstore transparency entry: 2590759424
- Sigstore integration time:
-
Permalink:
SuperInstance/plainsong-mcp@acb337cf9cf7d2c1592bd37fd7e4e8a4be832760 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/SuperInstance
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@acb337cf9cf7d2c1592bd37fd7e4e8a4be832760 -
Trigger Event:
workflow_dispatch
-
Statement type: