We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Angry-Robot-Deals/ace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"ace-mcp": {
"command": "node",
"args": ["-e", "console.log('ACE MCP Server running on http://localhost:34301')"],
"env": {
"ACE_SERVER_URL": "http://localhost:34301",
"ACE_API_TOKEN": "token"
}
}
}
}