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": "com.pastepile/mcp",
"description": "Durable, versioned memory for AI assistants. Remote memory needs a Pastepile subscription.",
"title": "Pastepile",
"version": "0.9.0",
"websiteUrl": "https://www.pastepile.com/mcp",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@pastepile/mcp",
"version": "0.9.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Required for remote memory, and issued with an active subscription. Without it the memory tools run a limited local-only demonstration on this device: up to 3 small memories that are never uploaded, have no link, and do not follow you to another machine. With it, memory is saved on Pastepile, permanent, portable across machines, with version-preserving checkpoints and a higher rate limit.",
"format": "string",
"isSecret": true,
"name": "PASTEPILE_API_KEY"
},
{
"description": "Base URL of the Pastepile instance. Defaults to https://www.pastepile.com.",
"format": "string",
"default": "https://www.pastepile.com",
"name": "PASTEPILE_API"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.pastepile.com/api/mcp",
"headers": [
{
"description": "Bearer token with a Pastepile API key, created at https://www.pastepile.com/keys with an active subscription. Required for the hosted remote endpoint. The npx package above installs and connects without one, and runs a limited local-only demonstration, but remote memory needs the key.",
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-06T23:32:42.72446Z",
"publishedAt": "2026-08-06T23:32:42.72446Z",
"updatedAt": "2026-08-06T23:32:42.72446Z",
"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+jsonhosted · an address you calllocal · you run it yourselfversion 0.9.0last 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.