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.ni-c/opengist-mcp",
"description": "Read, create, update and delete gists on a self-hosted Opengist instance",
"title": "Opengist",
"repository": {
"url": "https://github.com/ni-c/opengist-mcp",
"source": "github"
},
"version": "0.2.3",
"websiteUrl": "https://opengist-mcp.ni-c.de",
"packages": [
{
"registryType": "npm",
"identifier": "opengist-mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Opengist instance, e.g. https://gist.example.com",
"isRequired": true,
"format": "string",
"name": "OPENGIST_URL"
},
{
"description": "Opengist Personal Access Token (starts with og_), created under Settings -> Access Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENGIST_TOKEN"
},
{
"description": "Set to true to not register any write tools (create, update, delete, fork, like)",
"format": "string",
"name": "OPENGIST_READ_ONLY"
},
{
"description": "Set to true to accept self-signed TLS certificates (scoped to the Opengist connection)",
"format": "string",
"name": "OPENGIST_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/opengist-mcp:0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Opengist instance, e.g. https://gist.example.com",
"isRequired": true,
"format": "string",
"name": "OPENGIST_URL"
},
{
"description": "Opengist Personal Access Token (starts with og_), created under Settings -> Access Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENGIST_TOKEN"
},
{
"description": "Set to true to not register any write tools (create, update, delete, fork, like)",
"format": "string",
"name": "OPENGIST_READ_ONLY"
},
{
"description": "Set to true to accept self-signed TLS certificates (scoped to the Opengist connection)",
"format": "string",
"name": "OPENGIST_INSECURE_TLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T19:54:54.019894Z",
"publishedAt": "2026-08-18T19:54:54.019894Z",
"updatedAt": "2026-08-18T19:54:54.019894Z",
"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.2.3last 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.