{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.AliKarami/mikromcp",
    "description": "MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.",
    "title": "MikroMCP",
    "repository": {
        "url": "https://github.com/AliKarami/MikroMCP",
        "source": "github"
    },
    "version": "1.6.1",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "mikromcp",
            "version": "1.6.1",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Path to the MikroMCP router registry YAML file. Defaults to ~/.mikromcp/routers.yaml.",
                    "format": "string",
                    "name": "MIKROMCP_CONFIG_PATH"
                },
                {
                    "description": "Optional identity name for stdio transport RBAC. Omit to use the built-in superadmin identity.",
                    "format": "string",
                    "name": "MIKROMCP_STDIO_IDENTITY"
                },
                {
                    "description": "Optional log level: trace, debug, info, warn, or error. Defaults to info.",
                    "format": "string",
                    "name": "MIKROMCP_LOG_LEVEL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-11T12:11:25.921279Z",
            "publishedAt": "2026-07-11T12:11:25.921279Z",
            "updatedAt": "2026-07-11T12:11:25.921279Z",
            "isLatest": false
        }
    }
}