Skip to main content
Glama

mcp-nixos

by utensils

home_manager_search

Search Home Manager configuration options by name and description. Retrieve a plain text list of matching options, including name, type, and description, for precise system configuration guidance.

Instructions

Search Home Manager configuration options.

Searches through available Home Manager options by name and description.

Args: query: The search query string to match against option names and descriptions limit: Maximum number of results to return (default: 20, max: 100)

Returns: Plain text list of matching options with name, type, and description

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "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