Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/cedricziel/truenas-mcp:0.4.2 · 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": "io.github.cedricziel/truenas-mcp",
"description": "Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key",
"title": "TrueNAS SCALE",
"repository": {
"url": "https://github.com/cedricziel/truenas-mcp",
"source": "github",
"id": "1327728275"
},
"version": "0.4.2",
"websiteUrl": "https://github.com/cedricziel/truenas-mcp#deploying-as-a-truenas-app",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/cedricziel/truenas-mcp:0.4.2",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8080/mcp",
"headers": [
{
"description": "Your own TrueNAS API key as `Bearer <key>`. Create it under Credentials -> API Keys. The server stores no credential; the session reaches exactly what this key permits.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
"runtimeArguments": [
{
"description": "Bind the MCP listener to loopback only. Plaintext is enabled below on the assumption that nothing off-host can reach it.",
"value": "127.0.0.1:8080:8080",
"type": "named",
"name": "--publish"
}
],
"environmentVariables": [
{
"description": "TrueNAS host to manage, optionally `host:port`. Requires TrueNAS SCALE 25.04 or later.",
"isRequired": true,
"placeholder": "nas.local",
"name": "TRUENAS_MCP_TARGET"
},
{
"description": "Serve MCP without TLS. Set here because the listener is published on loopback only; drop it and supply TRUENAS_MCP_TLS_CERT/KEY if the port is reachable from elsewhere.",
"format": "boolean",
"value": "true",
"name": "TRUENAS_MCP_ALLOW_PLAINTEXT"
},
{
"description": "Accept the TrueNAS certificate unverified while keeping the connection encrypted. TrueNAS ships a self-signed certificate for `CN=localhost`, so no address you can reach it by will validate.",
"format": "boolean",
"default": "false",
"name": "TRUENAS_MCP_TARGET_INSECURE"
},
{
"description": "Expose the mutating tools. Read-only by default; unrecoverable operations stay unreachable either way.",
"format": "boolean",
"default": "false",
"name": "TRUENAS_MCP_ENABLE_WRITES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-11T21:00:49.889067Z",
"publishedAt": "2026-08-11T21:00:49.889067Z",
"updatedAt": "2026-08-11T21:00:49.889067Z",
"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.4.2last 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.