Stats
Actions
Tags
From managelm
Remote MCP server accessed via a configurable HTTP endpoint. Purpose depends on the MCP_URL environment variable, which must be set for the connection to work.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"managelm": {
"type": "http",
"url": "${MCP_URL}"
}
}
}Server configuration and connection parameters
${MCP_URL}npx claudepluginhub managelm/claude-extension