Skip to main content
Glama
install_service_systemd.sh516 B
#!/usr/bin/env bash set -euo pipefail UNIT_SRC="$(cd "$(dirname "$0")" && pwd)/linux/systemd/reflection-mcp.service" UNIT_DIR="${HOME}/.config/systemd/user" UNIT_DST="${UNIT_DIR}/reflection-mcp.service" mkdir -p "$UNIT_DIR" cp -f "$UNIT_SRC" "$UNIT_DST" systemctl --user daemon-reload systemctl --user enable --now reflection-mcp.service echo "reflection-mcp installed and started." echo "Check status: systemctl --user status reflection-mcp.service" echo "Logs: journalctl --user -u reflection-mcp.service -f"

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/Unity-Environmental-University/reflection-mcp'

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