karea-mcp plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "${KAREA_API_KEY}",
"KAREA_URL": "https://karea.app"
}
}