MCP Server
Claude Code Integration
Integrate Annie with Claude Code 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+)
- Claude Code
Setup
- Get your MCP API token from the Anyshift configuration page
- Configure the MCP server by following these steps in your terminal:
Follow the interactive prompts:
- Server Name: Enter a name for your server
- Server Scope: Select
project
(instead of global) - Server Command: Enter
npx
- Command Arguments: Enter
-y anyshift/anyshift-mcp-server
- Environment Variables: Add the following variables:
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.