← Index

Factry Historian MCP

cloud.factry.portal/historian-mcp-server·v0.0.4·Other
Quality Score
70
/100

MCP server for querying Factry Historian.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "historian-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/factry/mcp-server:0.0.4"
      ],
      "env": {
        "FACTRY_HISTORIAN_API_TOKEN": "<your-factry_historian_api_token>",
        "FACTRY_HISTORIAN_API_URL": "<factry_historian_api_url>",
        "FACTRY_HISTORIAN_ORGANIZATION_UUID": "<factry_historian_organization_uuid>",
        "GRAFANA_URL": "<grafana_url>",
        "GRAFANA_API_KEY": "<your-grafana_api_key>"
      }
    }
  }
}
§02  Environment variables
FACTRY_HISTORIAN_API_TOKEN
requiredsecret

JWT token used to authenticate against Factry Historian API

FACTRY_HISTORIAN_API_URL
required

Base URL to the Factry Historian API

FACTRY_HISTORIAN_ORGANIZATION_UUID
required

Organization UUID used for historian queries

GRAFANA_URL

Optional Grafana base URL for generated explore links

GRAFANA_API_KEY
secret

Optional Grafana API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Other