Skip to main content
Glama
smithery251 B
#!/usr/bin/env sh set -euo pipefail COMMAND="${1:-}" shift || true if [ "$COMMAND" = "start" ]; then exec mcp http src/crew_optimizer/server.py --host 0.0.0.0 --port 3333 --cors "*" "$@" fi echo "Unsupported smithery command: $COMMAND" >&2 exit 1

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/mrugankpednekar/mcp-optimizer'

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