package net.experimentalworks;
import io.modelcontextprotocol.server.transport.StdioServerTransport;
/** Hello world! */
public class App {
public static void main(String[] args) {
var server = new SteamGamesServer(new StdioServerTransport());
server.run().block();
}
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsp/mcp-server-steam'
If you have feedback or need assistance with the MCP directory API, please join our Discord server