After sign-in we'll bring you back here to create your first project.
2 Name your first project
What are you building?
Just a name for your records. You can rename it anytime.
3 Connect your editor
Paste this once. Done forever.
Copy the snippet for the editor you use, paste it where it says, and your AI is now under our wing.
Cursor
Claude Code
Cline / Windsurf
Open Cursor → Settings → MCP → Add new MCP server. Paste this:
Run this in your terminal:
Open Settings → MCP Servers → Add. Use this config:
Then paste this into your project's .cursorrules or CLAUDE.md so the agent uses us properly:
Use the Literal Security tools for every code change:
- Call check_change before every Write/Edit
- Call check_dependency before every npm install
- Call generate_policies for every new database table
- Call pre_deploy_gate before any deploy
Never bypass a "block" decision without explicit user override.