mistral-mcp plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"mistral-mcp"
],
"env": {
"MISTRAL_API_KEY": "${MISTRAL_API_KEY}"
}
}