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.