Skip to main content
Glama

mcp-nixos

by utensils

darwin_options_by_prefix

Retrieve a list of nix-darwin configuration options matching a specified prefix. Ideal for exploring options within categories or identifying exact option names with descriptions.

Instructions

Get nix-darwin options matching a specific prefix.

Useful for browsing options under a category or finding exact option names.

Args: option_prefix: The prefix to match (e.g., 'system.defaults' or 'services')

Returns: Plain text list of options with the given prefix, including descriptions

Input Schema

NameRequiredDescriptionDefault
option_prefixYes

Input Schema (JSON Schema)

{ "properties": { "option_prefix": { "title": "Option Prefix", "type": "string" } }, "required": [ "option_prefix" ], "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