Skip to main content
Glama

MCP DivulgaCandContas Server

by karnagge
docker-compose.yml647 B
version: '3.8' services: mcp-divulgacandcontas: build: . image: mcp-divulgacandcontas-server:latest container_name: mcp-divulgacandcontas-server restart: unless-stopped environment: - NODE_ENV=production # Para uso com stdio transport, mapear stdin/stdout stdin_open: true tty: true # Para uso futuro com HTTP transport # ports: # - "3000:3000" networks: - mcp-network # Healthcheck healthcheck: test: ["CMD", "node", "-e", "process.exit(0)"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: mcp-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/karnagge/mcpcand'

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