There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
docker.io/factry/mcp-server:0.0.5 · oci
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": "cloud.factry.portal/historian-mcp-server",
"description": "MCP server for querying Factry Historian.",
"title": "Factry Historian MCP",
"version": "0.0.5",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/factry/mcp-server:0.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JWT token used to authenticate against Factry Historian API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FACTRY_HISTORIAN_API_TOKEN"
},
{
"description": "Base URL to the Factry Historian API",
"isRequired": true,
"format": "string",
"placeholder": "https://historian.example.com/api",
"name": "FACTRY_HISTORIAN_API_URL"
},
{
"description": "Organization UUID used for historian queries",
"isRequired": true,
"format": "string",
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "FACTRY_HISTORIAN_ORGANIZATION_UUID"
},
{
"description": "Optional Grafana base URL for generated explore links",
"format": "string",
"placeholder": "https://your-grafana.example.com",
"name": "GRAFANA_URL"
},
{
"description": "Optional Grafana API key",
"format": "string",
"isSecret": true,
"name": "GRAFANA_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-04T14:42:12.428961Z",
"publishedAt": "2026-05-04T14:42:12.428961Z",
"updatedAt": "2026-05-04T14:42:12.428961Z",
"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.0.5last 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.