#!/usr/bin/env bash
set -e
# Load environment variables
if [ -f .env ]; then
set -a
source .env
set +a
fi
# Ensure UV is in PATH
export PATH="$HOME/.local/bin:$PATH"
echo "š Starting NIX MCP Server (Simplified)..."
echo " Rodeos API: ${RODEOS_API:-http://localhost:8880}"
echo " Nodeos API: ${NODEOS_API:-http://localhost:8888}"
echo ""
# Run the server
exec uv run python main.py "$@"
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/haiqiubullish/nix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server