We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maci0/mcp-winedbg'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_app.c•189 B
#include <stdio.h>
int main() {
printf("Hello from the test application!\n");
printf("PID: %d\n", getpid());
printf("Press Enter to exit...\n");
getchar();
return 0;
}