From mlld
Runs locally as a stdio subprocess via 'mlld mcp-dev' command, extending Claude Code with MCP tools. Capabilities and purpose unclear from configuration. No secrets required.
npx claudepluginhub mlld-lang/mlld --plugin mlldAdd to your .mcp.json:
{
"mcpServers": {
"mlld-dev": {
"command": "mlld",
"args": [
"mcp-dev"
]
}
}
}mlld