Share ordinary text files between concurrent agents without silently overwriting edits.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
slivingdoc · npm · 0.1.6-rc0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.baalimago/slivingdoc",
"description": "Share ordinary text files between concurrent agents without silently overwriting edits.",
"title": "slivingdoc",
"repository": {
"url": "https://github.com/baalimago/slivingdoc",
"source": "github"
},
"version": "0.1.6-rc0",
"websiteUrl": "https://slivingdoc.dev/",
"packages": [
{
"registryType": "npm",
"identifier": "slivingdoc",
"version": "0.1.6-rc0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"packageArguments": [
{
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "S3-compatible bucket that stores the shared text workspace.",
"isRequired": true,
"name": "SLIVINGDOC_BUCKET"
},
{
"description": "Optional AWS profile used by the standard AWS credential chain.",
"name": "AWS_PROFILE"
},
{
"description": "AWS region for the bucket or S3-compatible endpoint.",
"default": "us-east-1",
"name": "AWS_REGION"
},
{
"description": "Optional endpoint for an S3-compatible store such as SeaweedFS.",
"name": "AWS_ENDPOINT_URL_S3"
},
{
"description": "Optional root that contains directories agents may pull and commit.",
"name": "SLIVINGDOC_WORKSPACE_ROOT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T08:14:57.553714Z",
"publishedAt": "2026-08-18T08:14:57.553714Z",
"updatedAt": "2026-08-18T08:14:57.553714Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.6-rc0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.