We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ESJavadex/ree-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"ree-mcp": {
"command": "python",
"args": ["-m", "ree_mcp"],
"cwd": "/Users/javier.santos/javi-proyectos/ree-mcp",
"env": {
"REE_API_TOKEN": "YOUR_REE_API_TOKEN_HERE"
}
}
}
}