Skip to main content
Glama

mcp-nixos

by utensils

nixos_info

Retrieve accurate details about NixOS packages or options by specifying the name, type, and channel. Ensures precise system configuration guidance.

Instructions

Get detailed info about a NixOS package or option.

Args: name: Name of the package or option to look up type: Type of lookup - "package" or "option" channel: NixOS channel to search in (e.g., "unstable", "stable", "25.05")

Returns: Plain text details about the package/option or error message

Input Schema

NameRequiredDescriptionDefault
channelNounstable
nameYes
typeNopackage

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/utensils/mcp-nixos'

If you have feedback or need assistance with the MCP directory API, please join our Discord server