Skip to main content
Glama

Cursor Proxmox MCP

by agentify-sh
docker-compose.yml527 B
version: '3.8' services: proxmox-mcp-api: build: . ports: - "8811:8811" volumes: - ./proxmox-config:/app/proxmox-config:ro environment: - PROXMOX_MCP_CONFIG=/app/proxmox-config/config.json - API_HOST=0.0.0.0 - API_PORT=8811 restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8811/health"] interval: 30s timeout: 10s retries: 3 networks: - proxmox-network networks: proxmox-network: driver: bridge

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/agentify-sh/cursor-proxmox-mcp'

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