From 726b4368b806194dbd9f14f7ae9f1ce7a49a883e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 13 Sep 2026 01:04:59 +0000 Subject: [PATCH] Add Robinhood Trading MCP config (.cursor/mcp.json + environment allowlist) Co-authored-by: sanylax01 --- .cursor/environment.json | 9 +++++++++ .cursor/mcp.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 .cursor/environment.json create mode 100644 .cursor/mcp.json diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 0000000..1607b42 --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,9 @@ +{ + "name": "Continuity", + "mcpServerAllowlist": [ + { + "name": "Robinhood Trading", + "serverUrl": "https://agent.robinhood.com/mcp/trading" + } + ] +} diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..9ae7da6 --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "robinhood-trading": { + "url": "https://agent.robinhood.com/mcp/trading" + } + } +}