What is MCP?
The Model Context Protocol (MCP) is a standard for providing context to AI models. Anyshift’s MCP server gives AI coding assistants real-time access to your infrastructure knowledge graph, so they can understand your AWS, Terraform, Kubernetes, and monitoring setup. For more about MCP, visit Anthropic’s MCP documentation.Why Use Anyshift MCP?
When working with infrastructure in your IDE: Without Anyshift MCP:- You manually look up resource IDs in the AWS console
- You check Terraform files for dependencies
- You search documentation for configuration details
- You copy-paste between tools
- Your AI assistant knows your actual infrastructure
- It references real resource IDs and configurations
- It understands dependencies between resources
- It generates accurate code for your environment
Example Workflows
Find and Reference Resources
Understand Dependencies
Investigate Issues
Track Changes
Supported AI Tools
Cursor
IDE-integrated AI assistant for infrastructure coding
Claude Code
Terminal-based AI for infrastructure automation
Claude Desktop
Desktop AI assistant for infrastructure queries
Smithery
Access via MCP marketplace
Quick Setup
1. Generate Your API Token
- Go to app.anyshift.io/integrations
- Navigate to the MCP section
- Click “Generate Token”
- Copy the generated token
2. Configure Your AI Tool
Add to your MCP configuration:What Your AI Assistant Can Access
Once connected, your AI assistant can:| Capability | Example Questions |
|---|---|
| Find resources | ”What EC2 instances are in prod?” |
| Map dependencies | ”What depends on this VPC?” |
| Check configurations | ”What are the security group rules for prod-db?” |
| Track changes | ”What changed in the last 24 hours?” |
| Compare IaC vs Cloud | ”What resources exist in AWS but not in Terraform?” |
| Query history | ”What did this security group look like yesterday?” |