Skip to content

Handy commands & promptsยป

Add MCP server (CLI)ยป

1
claude mcp add intent-mcp -t http https://<account-name>.app.spacelift.io/intent/mcp

Auth & statusยป

  • /mcp โ†’ select intent-mcp โ†’ log in โ†’ verify connected

Project management (via prompts)ยป

1
2
3
4
Create a project called "my-project".
Use the project "my-project".
List my projects and their lock status.
Unlock the current project.

Resources (via prompts)ยป

1
2
3
4
5
Create two resources โ€” one very long random string and a cute pet.
Create an S3 bucket named "dev-attachments-123" with SSE enabled.
Create a t3.micro EC2 instance in us-east-1.  # expect policy denial with example policy
List resources in this project.
Delete the random resources we created earlier.

Import (via prompts)ยป

1
List SSM parameters in my account and import them into the project.

Use concise, explicit prompts; include environment/region and compliance requirements in your wording to help the agent make safer defaults.