Cursor Integration
Integrate Annie with Cursor using Model Context Protocol
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
-
Open Cursor
-
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. -
Add the following configuration to
.cursor/mcp.json
:
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.