We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dromologue/Graph-Tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Gemfile•223 B
source 'https://rubygems.org'
ruby '>= 3.0.0'
# No additional gems needed - using standard Ruby library only
gem 'json' # For JSON parsing (though this is in stdlib for Ruby 2.7+)
group :development do
gem 'debug'
end