Access real-time infrastructure context through Anyshift’s MCP server, which provides a deep knowledge graph of your AWS and Terraform infrastructure, including resource connections, dependencies, ownership, and configuration history.

Prerequisites

  • Node.js (v18+)
  • Claude Code

Setup

  1. Get your MCP API token from the Anyshift configuration page
  2. Configure the MCP server by following these steps in your terminal:
claude mcp add

Follow the interactive prompts:

  1. Server Name: Enter a name for your server
  2. Server Scope: Select project (instead of global)
  3. Server Command: Enter npx
  4. Command Arguments: Enter -y anyshift/anyshift-mcp-server
  5. Environment Variables: Add the following variables:
    API_TOKEN=ANYSHIFT_TOKEN
    
    Replace ANYSHIFT_TOKEN with your token from the MCP Server page

Learn More

For detailed information about MCP integration with Claude Code, visit Claude MCP Documentation.