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": "/Users/javier.santos/javi-proyectos/ree-mcp/venv/bin/python",
"args": ["-m", "ree_mcp"],
"transport": "stdio",
"env": {
"REE_API_TOKEN": "YOUR_REE_API_TOKEN_HERE",
"PYTHONPATH": "/Users/javier.santos/javi-proyectos/ree-mcp/src"
}
}
}
}