Skip to main content
Glama

Nikola TEST MCP Server

by Traia-IO
docker-compose.yml1.04 kB
version: '3.8' services: nikola-test-mcp-mcp: build: . container_name: nikola-test-mcp-mcp-server ports: - "8080:8080" environment: - PORT=8000 - STAGE=${STAGE:-MAINNET} - LOG_LEVEL=${LOG_LEVEL:-INFO} # D402 Payment Protocol Configuration - SERVER_ADDRESS=${SERVER_ADDRESS:-} - MCP_OPERATOR_PRIVATE_KEY=${MCP_OPERATOR_PRIVATE_KEY:-} # For signing settlement attestations - MCP_OPERATOR_ADDRESS=${MCP_OPERATOR_ADDRESS:-} # Operator's public address (for verification) - D402_FACILITATOR_URL=${D402_FACILITATOR_URL:-https://test-facilitator.d402.net} - D402_FACILITATOR_API_KEY=${D402_FACILITATOR_API_KEY:-} - D402_TESTING_MODE=${D402_TESTING_MODE:-false} # Set to 'true' for local testing without facilitator - NETWORK=${NETWORK:-sepolia} volumes: - ./logs:/app/logs restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s timeout: 10s 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/Traia-IO/nikola-test-mcp-mcp-server'

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