We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jannled/DoorstopMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
entrypoint.sh•223 B
#!/bin/bash
git config --global --add safe.directory /usr/src/doorstop
doorstop-server --host 0.0.0.0 & python -m DoorstopMCP
# Wait for any process to exit
wait -n
# Exit with status of process that exited first
exit $?