thunderbit-mcp-server plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@thunderbit/mcp-server"
],
"env": {
"THUNDERBIT_API_KEY": "${THUNDERBIT_API_KEY}"
}
}