Connect
Add Strategy MCP to your IDE.
One server, works the same in Cursor, Claude Code, Windsurf, or Claude Desktop. No separate app, no API keys to manage by hand.
Step 1
Create your account
Sign in or create an account first - your first full run is free, no card required.
Step 2
Add the server
If your client supports adding a remote MCP server by URL:
https://strategy-mcp.fly.dev/mcpClaude Code (CLI):
claude mcp add --transport http strategy-mcp https://strategy-mcp.fly.dev/mcpCursor, Windsurf, or a manual mcp.json:
{
"mcpServers": {
"strategy-mcp": {
"url": "https://strategy-mcp.fly.dev/mcp"
}
}
}Step 3
Authenticate
The first tool call will prompt you to sign in through your browser. If your client doesn't prompt automatically, open https://strategy-mcp.fly.dev/auth directly, or ask your agent to run the authenticate_mcp prompt.
Step 4
Run it
In your agent chat, say “run strategy mcp” and paste in your project brief when asked.