We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bjeans/homelab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"ignorePatterns": [
{
"pattern": "^https://localhost"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://192.168"
},
{
"pattern": "^https://10.0"
},
{
"pattern": "^http://192.168"
},
{
"pattern": "^http://10.0"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 3,
"aliveStatusCodes": [200, 206, 301, 302, 307, 308, 403, 405, 999]
}