Skip to main content
Glama

mcp-nixos

by utensils
deploy-flakehub.yml818 B
name: "Publish tags to FlakeHub" on: push: tags: - "v?[0-9]+.[0-9]+.[0-9]+*" workflow_dispatch: inputs: tag: description: "The existing tag to publish to FlakeHub" type: "string" required: true jobs: flakehub-publish: runs-on: "ubuntu-latest" permissions: id-token: "write" contents: "read" steps: - uses: "actions/checkout@v5" with: persist-credentials: false ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - uses: "DeterminateSystems/determinate-nix-action@v3" - uses: "DeterminateSystems/flakehub-push@main" with: visibility: "public" name: "utensils/mcp-nixos" tag: "${{ inputs.tag }}" include-output-paths: true

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