We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arkya-AI/ember-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•218 B
import sys
if __name__ == "__main__":
if len(sys.argv) > 1 and sys.argv[1] in ("init", "status"):
from ember.cli import main
main()
else:
from ember.server import mcp
mcp.run()