We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datastrato/mcp-server-gravitino'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Copyright 2024 Datastrato Pvt Ltd.
# This software is licensed under the Apache License version 2.
import sys
from mcp_server_gravitino.server.main import main
sys.exit(main())