We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aki894/mcp-ClinicalTrial'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"openfda": {
"command": "ssh",
"args": [
"-i", "C:\\Users\\Nanao\\.ssh\\aws.pem",
"-o", "ConnectTimeout=30",
"-o", "ServerAliveInterval=60",
"-o", "ServerAliveCountMax=3",
"-o", "StrictHostKeyChecking=no",
"ubuntu@ec2-54-254-51-89.ap-southeast-1.compute.amazonaws.com",
"cd /opt/mcp-openfda && node dist/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}