We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PedroGuilhermeSilv/mcp-shopee'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.PHONY: install dev shell
install:
poetry install
dev:
poetry run python mcp_server.py sse 8002
shell:
poetry shell