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/mealie-mcp",
"description": "MCP server for Mealie, the self-hosted recipe manager and meal planner",
"title": "Mealie MCP Server",
"repository": {
"url": "https://github.com/ni-c/mealie-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://mealie-mcp.ni-c.de",
"packages": [
{
"registryType": "npm",
"identifier": "@ni-c/mealie-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Mealie instance, e.g. https://mealie.example.com",
"isRequired": true,
"format": "string",
"name": "MEALIE_URL"
},
{
"description": "API token created in Mealie under Settings → API Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEALIE_API_TOKEN"
},
{
"description": "Exactly 'true' registers only the 17 read tools",
"format": "string",
"name": "MEALIE_READ_ONLY"
},
{
"description": "Accept-Language header, e.g. de-DE; localises unit and label names",
"format": "string",
"name": "MEALIE_ACCEPT_LANGUAGE"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "MEALIE_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/mealie-mcp:0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Mealie instance, e.g. https://mealie.example.com",
"isRequired": true,
"format": "string",
"name": "MEALIE_URL"
},
{
"description": "API token created in Mealie under Settings → API Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEALIE_API_TOKEN"
},
{
"description": "Exactly 'true' registers only the 17 read tools",
"format": "string",
"name": "MEALIE_READ_ONLY"
},
{
"description": "Accept-Language header, e.g. de-DE; localises unit and label names",
"format": "string",
"name": "MEALIE_ACCEPT_LANGUAGE"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "MEALIE_INSECURE_TLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T20:56:06.312052Z",
"publishedAt": "2026-08-18T20:56:06.312052Z",
"updatedAt": "2026-08-18T20:56:06.312052Z",
"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.1last 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.