Loading MCP server directory, please wait...
Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key
npx @getmcp/cli add io.github.cedricziel/truenas-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
TRUENAS_MCP_TARGETTrueNAS host to manage, optionally `host:port`. Requires TrueNAS SCALE 25.04 or later.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cedricziel/truenas-mcp": {
"command": "docker",
"args": [
"127.0.0.1:8080:8080",
"run",
"-i",
"--rm",
"-e",
"TRUENAS_MCP_TARGET",
"-e",
"TRUENAS_MCP_ALLOW_PLAINTEXT",
"-e",
"TRUENAS_MCP_TARGET_INSECURE",
"-e",
"TRUENAS_MCP_ENABLE_WRITES",
"ghcr.io/cedricziel/truenas-mcp:0.4.2"
],
"env": {
"TRUENAS_MCP_TARGET": "",
"TRUENAS_MCP_ALLOW_PLAINTEXT": "true",
"TRUENAS_MCP_TARGET_INSECURE": "false",
"TRUENAS_MCP_ENABLE_WRITES": "false"
}
}
}
}