Skip to content

feat(third_party): add Reaudit MCP integration - #297

Open
RoseSamaras wants to merge 1 commit into
cursor:mainfrom
RoseSamaras:feat/third-party-reaudit
Open

feat(third_party): add Reaudit MCP integration#297
RoseSamaras wants to merge 1 commit into
cursor:mainfrom
RoseSamaras:feat/third-party-reaudit

Conversation

@RoseSamaras

Copy link
Copy Markdown

Summary

  • Adds Reaudit hosted MCP integration (https://mcp.reaudit.io/mcp)
  • Bearer API key auth (same pattern as the GitHub plugin)
  • Logo, README, and marketplace registration

Links

Test plan

  • Local install from ~/.cursor/plugins/local/reaudit/ with API key
  • MCP health check: https://mcp.reaudit.io/health returns 226 tools
  • Cursor team review + merge

Made-with: Cursor

Made with Cursor

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

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}"
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 988dee4. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant