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 Desktop

Setup

  1. Get your MCP API token from the Anyshift configuration page

  2. Configure Claude Desktop by following these steps:

  3. Open Claude Desktop

  4. Open Settings

  5. Open Developer page

  6. Click on “Edit Config”

  7. Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "anyshift-mcp-server": {
      "command": "npx",
      "args": ["-y", "@anyshift/anyshift-mcp-server"],
      "env": {
        "API_TOKEN": "MY_TOKEN"
      }
    }
  }
}

Replace MY_TOKEN with your authentication token.

Learn More

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