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.n24q02m/imagine-mcp",
"description": "MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)",
"repository": {
"url": "https://github.com/n24q02m/imagine-mcp.git",
"source": "github"
},
"version": "1.10.1",
"packages": [
{
"registryType": "pypi",
"identifier": "imagine-mcp",
"version": "1.10.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ordered model chain for the understand path 'provider/model,...' (order = litellm fallback; provider inferred from the prefix). Empty = understand off (provider/tier catalog default). Generation stays provider/tier native.",
"name": "UNDERSTAND_MODELS"
},
{
"description": "Google AI Studio API key (aistudio.google.com/apikey)",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenAI API key (platform.openai.com)",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "xAI (Grok) API key (console.x.ai)",
"isSecret": true,
"name": "XAI_API_KEY"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/n24q02m/imagine-mcp:latest",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ordered model chain for the understand path 'provider/model,...' (order = litellm fallback; provider inferred from the prefix). Empty = understand off (provider/tier catalog default). Generation stays provider/tier native.",
"name": "UNDERSTAND_MODELS"
},
{
"description": "Google AI Studio API key",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenAI API key",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "xAI (Grok) API key",
"isSecret": true,
"name": "XAI_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-18T11:03:40.654687Z",
"publishedAt": "2026-07-18T11:03:40.654687Z",
"updatedAt": "2026-07-18T11:03:40.654687Z",
"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 1.10.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.