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 integrations page
  2. Configure the MCP server by following these steps in your terminal, from a code repository:
claude mcp add anyshift \
   -e API_TOKEN=<INSERT_YOUR_TOKEN> \
   -t stdio \
   -- npx -y @anyshift/anyshift-mcp-server
  1. Verify the integration works correctly:
 claude mcp get anyshift
anyshift:
  Scope: Local (private to you in this project)
  Type: stdio
  Command: npx
  Args: -y @anyshift/anyshift-mcp-server
  Environment:
    API_TOKEN=<YOUR_ANYSHIFT_TOKEN>

Learn More

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