Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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 supermlCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"leeroopedia": {
"type": "http",
"url": "https://mcp.leeroopedia.com/mcp?token=${LEEROOPEDIA_API_KEY:-}"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://mcp.leeroopedia.com/mcp?token=${LEEROOPEDIA_API_KEY:-}Share bugs, ideas, or general feedback.