Skip to main content
Glama
docker-entrypoint.sh442 B
#!/usr/bin/env bash set -eu main() { # shellcheck shell=sh disable=SC1091 . "$HOME/.nix-profile/etc/profile.d/nix.sh" find /workdir -user root -print0 | xargs -0 sudo chown "$(id -u)" find /workdir -group root -print0 | xargs -0 sudo chgrp "$(id -g)" # If a first argument is present, then invoke with `--command` if [[ "$#" -eq 0 ]]; then exec nix develop "$@" else exec nix develop --command "$@" fi } main "$@"

Latest Blog Posts

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/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server