Skip to main content
Glama

MCP Server Hero

by namnd00
docker-compose.yml434 B
version: "3.9" services: mcp-server-hero: build: . image: mcp-server-hero:latest environment: MCP_SERVER_NAME: "MCP Server Hero" MCP_PORT: 8000 MCP_TRANSPORT: sse MCP_HOST: 0.0.0.0 MCP_DEBUG: "false" ports: - "8000:8000" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/sse"] interval: 30s timeout: 3s retries: 3 start_period: 10s

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/namnd00/mcp-server-hero'

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