Vexa setup
The plugin needs one value: Vexa API key (vexa_api_key), and optionally the MCP URL (vexa_mcp_url).
- Hosted: sign in at https://vexa.ai/account and create a key. URL stays
https://api.cloud.vexa.ai/mcp. - Self-hosted:
make allin the Vexa repo prints a key when the stack is up; set the URL to your gateway's/mcp(Docker Compose defaulthttp://localhost:18056/mcp). Docs: https://docs.vexa.ai/deployment - The door: https://vexa.ai/connect mints a key and registers the server for the user's agent without this plugin; either path works.
Check the connection by calling whats_waiting. A 401 means the key is missing or wrong; a connection error usually means the URL points at a stack that is not up.
Do not paste keys into chat or files. Tell the user to enter the key in the plugin's settings (it is stored in the OS keychain).