Loading...
brew install anyqueryanyquery mcp --stdioStarts the Model Context Protocol server using standard input/output for communication.
While the tool itself is not inherently dangerous, the data it exposes to the connected LLM depends on the configured plugins and permissions.
anyquery mcp --host 127.0.0.1 --port 8070Starts the Model Context Protocol server using HTTP and SSE on a specified host and port.
Exposes the Anyquery instance over a network port, potentially increasing the attack surface if not properly secured.
anyquery gptGenerates an ID for connecting to LLM clients that support function calling.
The generated ID grants access to Anyquery's capabilities to the connected LLM, so it should be treated as a secret.
Anyquery's safety depends heavily on the plugins installed and the configuration of the MySQL server emulation. When used with trusted plugins and read-only access, it presents a low risk. However, allowing untrusted plugins or write access significantly increases the risk of data compromise or system instability.