Skip to content

dumdart/topicgate

v1.2.2MIT

Secure local access to your MQTT topics through TopicGate MCP

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

topicgatestdio
{
  "type": "stdio",
  "command": "topicgate",
  "args": [
    "--mode",
    "read-only"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "topicgate",
  "version": "1.2.2",
  "description": "Secure local access to your MQTT topics through TopicGate MCP",
  "author": {
    "name": "Dumdart",
    "url": "https://github.com/Dumdart"
  },
  "homepage": "https://github.com/Dumdart/TopicGate",
  "repository": "https://github.com/Dumdart/TopicGate",
  "license": "MIT",
  "keywords": [
    "mqtt",
    "mcp",
    "iot"
  ]
}