Skip to main content
Glama

mcp-nixos

by utensils

nixhub_find_version

Locate specific package versions in NixHub by automatically searching with increasing limits. Input package name and version to retrieve version details and commit hash or a helpful response if not found.

Instructions

Find a specific version of a package in NixHub with smart search.

Automatically searches with increasing limits to find the requested version.

Args: package_name: Name of the package to query (e.g., "ruby", "python") version: Specific version to find (e.g., "2.6.7", "3.5.9")

Returns: Plain text with version info and commit hash if found, or helpful message if not

Input Schema

NameRequiredDescriptionDefault
package_nameYes
versionYes

Input Schema (JSON Schema)

{ "properties": { "package_name": { "title": "Package Name", "type": "string" }, "version": { "title": "Version", "type": "string" } }, "required": [ "package_name", "version" ], "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