Cursor MCP stack order
Install the smallest useful stack first. For most developers that means filesystem, GitHub, and then specialized servers for databases or browser automation.
- Start with one project folder
- Add GitHub only with least-privilege tokens
- Use database servers read-only at first
- Separate browser research from write actions