Skip to main content
Glama

NIX MCP Server

.env.example790 B
# NIX MCP Server Configuration # Rodeos/Nodeos endpoint for querying blockchain data RODEOS_ENDPOINT=http://127.0.0.1:8880 NODEOS_API=http://127.0.0.1:8888 # NIX contract names NIX_CONTRACT=nix NIX_QUERY_CONTRACT=nix.q # Cleos configuration # Option 1: Path to cleos binary (if installed locally) CLEOS_PATH=/usr/local/bin/cleos # Option 2: Docker command for cleos (if using Docker) # CLEOS_DOCKER_CMD=docker run --rm -v /path/to/config:/config eosio/eos cleos # Option 3: Custom command (e.g., for specific environments) # CLEOS_CUSTOM_CMD=your-custom-command-here # Logging configuration LOG_LEVEL=INFO # Cache configuration (optional) CACHE_ENABLED=true CACHE_TTL=60 # seconds # Request timeout REQUEST_TIMEOUT=30 # seconds # Maximum retries for failed requests MAX_RETRIES=3

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