We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenLinkSoftware/mcp-jdbc-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
application.properties•715 B
# The weather API returns 30x redirects, so we need to follow them
quarkus.rest-client.follow-redirects=true
# We are doing this so that we can run the jar file directly using `jbang org.acme:weather:1.0.0-SNAPSHOT:runner`
quarkus.package.jar.type=uber-jar
# Enable logging to a file
quarkus.log.file.enable=true
quarkus.log.file.path=jdbc-server.log
## just for debugging
#quarkus.log.level=DEBUG
#quarkus.mcp.server.traffic-logging.enabled=true
#quarkus.mcp.server.traffic-logging.text-limit=100
#quarkus.rest-client.logging.scope=request-response
#quarkus.rest-client.logging.body-limit=50
#quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=DEBUG
# quarkus.mcp.server.sse.root-path=/