Skip to main content
Glama

mcp-nixos

by utensils

nixos_search

Search and retrieve NixOS packages, options, or programs directly from the MCP-NixOS server. Specify query type, limit results, and select a channel for accurate, up-to-date system configuration information.

Instructions

Search for NixOS packages, options, or programs.

Args: query: The search term type: The type to search (packages, options, or programs) limit: Maximum number of results to return (default: 20) channel: NixOS channel to use (default: unstable) Returns: Results formatted as text

Input Schema

NameRequiredDescriptionDefault
channelNounstable
ctxYes
limitNo
queryYes
typeNopackages

Input Schema (JSON Schema)

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