Set up Siren MCP with Cursor for AI-powered development
{ "mcp.servers": { "siren": { "command": "npx", "args": [ "-y", "@trysiren/mcp", "--tools=all", "--api-key=YOUR_SIREN_API_KEY" ] } } }
YOUR_SIREN_API_KEY
--tools
keybindings.json
[ { "command": "mcp.executeTool", "key": "ctrl+alt+s", "args": { "server": "Siren", "tool": "messaging.send" } } ]
Was this page helpful?