mcp-nixos

by utensils
Verified

nixos_info

Retrieve detailed information about NixOS packages or options, including attributes and configurations, to ensure accurate system guidance and prevent errors in AI-assisted setups.

Instructions

Get detailed information about a NixOS package or option.

Args: name: The name of the package or option type: Either "package" or "option" channel: NixOS channel to use (default: unstable) Returns: Detailed information about the package or option

Input Schema

NameRequiredDescriptionDefault
channelNounstable
ctxYes
nameYes
typeNopackage

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "unstable", "title": "Channel", "type": "string" }, "ctx": { "title": "ctx", "type": "string" }, "name": { "title": "Name", "type": "string" }, "type": { "default": "package", "title": "Type", "type": "string" } }, "required": [ "ctx", "name" ], "title": "nixos_infoArguments", "type": "object" }
ID: j13wrfj9az