TopicGate for Cursor
io.github.dumdart/topicgate
Secure local access to MQTT topics through MCP.
client:Cursor
transport:stdio
runtime:pypi
Install TopicGate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"topicgate": {
"type": "stdio",
"command": "uvx",
"args": [
"topicgate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs