Skip to main content
Glama

ViperMCP

by ryansherby
docker-compose.yaml486 B
version: "0.1.0" services: vipermcp: image: "vipermcp:latest" build: context: . dockerfile: Dockerfile container_name: "vipermcp" restart: unless-stopped ports: - "8000:8000" environment: OPENAI_API_KEY_PATH: /run/secrets/openai_api.key NVIDIA_VISIBLE_DEVICES: all NVIDIA_DRIVER_CAPABILITIES: all volumes: - type: bind source: ./api.key target: /run/secrets/openai_api.key read_only: true

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/ryansherby/ViperMCP'

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