Skip to main content
Glama

Nornir MCP Server

by yhvh-chen
docker-compose.yml521 B
version: '3.8' services: nornir-mcp: build: context: . dockerfile: Dockerfile container_name: nornir-mcp-server ports: - "8000:8000" # No ports exposed directly; proxied by supergateway environment: - NORNIR_MCP_LOG=nornir.log volumes: - ./conf:/app/conf:ro restart: unless-stopped healthcheck: test: ["CMD-SHELL", "python -c \"import sys; sys.exit(0)\""] interval: 1m30s timeout: 10s retries: 3 command: ["python", "run.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/yhvh-chen/nornir_mcp'

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