- Explore MCP Servers
- emqx-plugin-mcp-tools
Emqx Plugin Mcp Tools
What is Emqx Plugin Mcp Tools
emqx-plugin-mcp-tools is an EMQX plugin that provides various tools and resources for health checking and problem analysis related to the MCP.
Use cases
Use cases include monitoring the health of EMQX clusters, analyzing connectivity issues, and ensuring the reliability of messaging services.
How to use
To use emqx-plugin-mcp-tools, download the plugin from the releases page, copy it to the EMQX plugins directory, and install it using the EMQX command line interface.
Key features
Key features include MCP wrappers for EMQX APIs for health checking and problem analysis, and network tools to check connectivity and network status from EMQX nodes.
Where to use
emqx-plugin-mcp-tools can be used in environments where EMQX is deployed, particularly in IoT applications, messaging systems, and real-time data processing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Emqx Plugin Mcp Tools
emqx-plugin-mcp-tools is an EMQX plugin that provides various tools and resources for health checking and problem analysis related to the MCP.
Use cases
Use cases include monitoring the health of EMQX clusters, analyzing connectivity issues, and ensuring the reliability of messaging services.
How to use
To use emqx-plugin-mcp-tools, download the plugin from the releases page, copy it to the EMQX plugins directory, and install it using the EMQX command line interface.
Key features
Key features include MCP wrappers for EMQX APIs for health checking and problem analysis, and network tools to check connectivity and network status from EMQX nodes.
Where to use
emqx-plugin-mcp-tools can be used in environments where EMQX is deployed, particularly in IoT applications, messaging systems, and real-time data processing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
emqx_mcp_tools
An EMQX plugin that provide some MCP tools/resources for health checking and problem analysis.
Features
-
MCP Wrappers for some EMQX APIs: Provides a set of MCP wrappers for EMQX APIs to facilitate health checking and problem analysis, such as get the cluster status, get information about the connectors, authenticators and authorization sources.
-
Network Tools: Provides some network tools to help you check the network status, such as checking the connectivity to a host from the EMQX nodes.
Installation
-
Download the plugin from the releases page.
-
Copy the plugin to the EMQX plugins directory, usually located at
/var/lib/emqx/plugins/
if you installed EMQX using the binary package, or<PATH>/<TO>/<EMQX DIR>/plugins/
directory if you installed EMQX using zip package. -
Install and start the plugin by running the following command:
./bin/emqx ctl plugins install emqx_mcp_tools-<VSN> ./bin/emqx ctl plugins start emqx_mcp_tools-<VSN>
Where
<VSN>
is the version of the plugin you downloaded.
Configuration
You could change the plugin configuration from the EMQX dashboard.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.