From superml
Connects remotely to Leeroopedia MCP server at mcp.leeroopedia.com for tools, data sources, or prompts. Requires LEEROOPEDIA_API_KEY for authentication.
npx claudepluginhub leeroo-ai/superml --plugin supermlAdd to your .mcp.json:
{
"mcpServers": {
"leeroopedia": {
"url": "https://mcp.leeroopedia.com/mcp?token=${LEEROOPEDIA_API_KEY:-}"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
https://mcp.leeroopedia.com/mcp?token=${LEEROOPEDIA_API_KEY:-}