Skip to main content
Glama

mcp-nixos

by utensils

nixos_search

Search NixOS packages, options, programs, or flakes to find accurate system configurations. Specify query, type, limit, and channel for precise results. Streamline NixOS resource discovery with structured output.

Instructions

Search NixOS packages, options, or programs.

Args: query: Search term to look for search_type: Type of search - "packages", "options", "programs", or "flakes" limit: Maximum number of results to return (1-100) channel: NixOS channel to search in (e.g., "unstable", "stable", "25.05")

Returns: Plain text results with bullet points or error message

Input Schema

NameRequiredDescriptionDefault
channelNounstable
limitNo
queryYes
search_typeNopackages

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "unstable", "title": "Channel", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "search_type": { "default": "packages", "title": "Search Type", "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