We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teabranch/agentic-developer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start.sh•198 B
#!/bin/bash
set -e
echo "Building and starting Codex MCP wrapper with open-responses-server..."
docker-compose up --build
# If you want to run in detached mode, use:
# docker-compose up -d --build