We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/ibmi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
############################################################################
# Helper functions to import in other scripts
############################################################################
print_horizontal_line() {
echo "------------------------------------------------------------"
}
print_heading() {
print_horizontal_line
echo "-*- $1"
print_horizontal_line
}
print_info() {
echo "-*- $1"
}