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+)
  • Cursor

Configuration

  1. Open Cursor

  2. Project Configuration For tools specific to a project, create a .cursor/mcp.json file in your project directory. This allows you to define MCP servers that are only available within that specific project.

    Note: This configuration is scoped at the PROJECT LEVEL, meaning it will only be available within the specific project where you create the .cursor/mcp.json file.

  3. Add the following configuration to .cursor/mcp.json:

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

Replace MY_TOKEN with your actual MCP API token from the Anyshift configuration page.

Learn More

For detailed information about MCP integration with Cursor, visit Cursor MCP Documentation.