Get started with AlienMonster
AlienMonster is a strategy repository that lives next to your code. Follow the four steps below to set up your first project.
Create a project in AlienMonster
From your dashboard, click the + New project button. Give it a name โ AlienMonster creates a strategy repo for you.
Capture your strategy
Talk to the AlienMonster Facilitator in Claude.ai โ it asks structured questions and captures your thinking as strategic primitives.
To connect AlienMonster to Claude.ai:
- Open Claude.ai and go to Settings โ Connectors
- Click Add custom connector
- Paste the MCP URL:
https://alienmonster.ai/mcp - Authorize via OAuth when Claude.ai prompts
- Start a new conversation โ the Facilitator is now available
Full setup details: Capturing strategy in Claude.ai โ
Customize
Scaffold on your machine
Open your terminal. Pick the command that matches where you are:
- Creating a fresh project from scratch
npx alienmonster init my-project
Init creates the directory for you โ don't pre-create it. - Already in a project directory (empty or with code)
cd my-project && npx alienmonster init
Drop the name argument to initialize the current directory.
$ npx alienmonster init my-project๐พ Created my-project/ with initial commit.ยNext steps:cd my-projectnpx alienmonster loginnpx alienmonster connectย$ cd my-project && npx alienmonster loginโ Logged in as you@example.comย$ npx alienmonster connectโ Claude Code: registered via `claude mcp add`
init scaffolds the project offline. login opens a browser for device-flow authentication โ you'll see a device code and enter it in the browser. connect registers the MCP server with Claude Code and Cursor.Keep coding with context
Your coding agent now reads your strategy repo before making changes.
Paddle. This was already decided for your project โ check the strategy repo.
I'll scaffold the Paddle integration around that constraint. Want me to start with webhook handling or checkout setup first?
Without AlienMonster, the agent would give you a generic comparison. With it, the agent knows the decision was already made and why.