Factry Historian MCP✓
cloud.factry.portal/historian-mcp-server · v0.0.5
v0.0.5▦ docker oci: docker.io/factry/mcp-server:0.0.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}