Skip to main content
Glama

TBC Guidelines Automation System

DOCKER_INSTRUCTIONS.md433 B
# Build the Docker image # (Run this from the project root) docker build -t mcp-server . # Run the Docker container # (Change the port if your app uses a different one) docker run -p 8080:8080 --env-file .env mcp-server # Stop and remove the container (replace <container_id> with actual ID) docker stop <container_id> docker rm <container_id> # View running containers docker ps # View container logs docker logs <container_id>

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/haripriyagullipalli/Mcp'

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