We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisleekr/mcp-server-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dev-setup.sh•332 B
#!/bin/bash
set -e
# shellcheck source=/dev/null
source .env
# MCP_CONFIG_TOOLS_PROJECT_PATH
if [ -z "$MCP_CONFIG_TOOLS_PROJECT_PATH" ]; then
echo "MCP_CONFIG_TOOLS_PROJECT_PATH is not set. Please set to your project path."
exit 1
fi
# Run the container
docker-compose up -d --build
docker logs -f mcp-server-playground