feat(third_party): add Reaudit MCP integration - #297
Conversation
Adds Reaudit to the official Cursor plugin marketplace — hosted MCP at https://mcp.reaudit.io/mcp with Bearer API key auth (GitHub plugin pattern). - third_party/reaudit: plugin.json, mcp.json, logo, README - marketplace.json: register reaudit entry Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit 988dee4. Configure here.
| "url": "https://mcp.reaudit.io/mcp", | ||
| "headers": { | ||
| "Authorization": "Bearer ${REAUDIT_API_KEY}" | ||
| } |
There was a problem hiding this comment.
MCP auth mismatches vendor endpoints
High Severity · Logic Bug
mcp.json sends a Bearer REAUDIT_API_KEY to https://mcp.reaudit.io/mcp, which Reaudit documents as OAuth Streamable HTTP. API keys are documented only on /sse via an apiKey query parameter. plugin.json requires the key and the README still promises OAuth on first connect, so neither official auth path is configured and connections are likely to fail.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 988dee4. Configure here.


Summary
https://mcp.reaudit.io/mcp)Links
Test plan
~/.cursor/plugins/local/reaudit/with API keyhttps://mcp.reaudit.io/healthreturns 226 toolsMade-with: Cursor
Made with Cursor