Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"truenas": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/svnstfns/truenas-mcp.git",
"truenas-mcp"
],
"url": "https://github.com/svnstfns/truenas-mcp.git",
"env": {
"MOCK_TRUENAS": "${MOCK_TRUENAS:-false}",
"TRUENAS_HOST": "${TRUENAS_HOST}",
"TRUENAS_API_KEY": "${TRUENAS_API_KEY}",
"TRUENAS_SSL_VERIFY": "${TRUENAS_SSL_VERIFY:-true}"
}
}
}
}Replace placeholder values for: TRUENAS_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/svnstfns/truenas-mcp.gitCommand-line arguments passed to the server process
Environment variables set when the server starts
MOCK_TRUENAS=${MOCK_TRUENAS:-false}TRUENAS_HOST=${TRUENAS_HOST}TRUENAS_API_KEY=${TRUENAS_API_KEY}TRUENAS_SSL_VERIFY=${TRUENAS_SSL_VERIFY:-true}Sensitive values you must provide — never committed to source control
npx claudepluginhub svnstfns/claude-marketplace --plugin truenas-mcp