TrueNAS SCALE for Windsurf
io.github.cedricziel/truenas-mcp
Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key
client:Windsurf
transport:stdio
runtime:oci
Install TrueNAS SCALE in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"truenas-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cedricziel/truenas-mcp:0.4.2"
],
"env": {
"TRUENAS_MCP_TARGET": "<TRUENAS_MCP_TARGET>",
"TRUENAS_MCP_ALLOW_PLAINTEXT": "<TRUENAS_MCP_ALLOW_PLAINTEXT>",
"TRUENAS_MCP_TARGET_INSECURE": "<TRUENAS_MCP_TARGET_INSECURE>",
"TRUENAS_MCP_ENABLE_WRITES": "<TRUENAS_MCP_ENABLE_WRITES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs