{
    "mcpServers": {
        "contentstack": {
            "command": "npx",
            "args": [
                "-y",
                "contentstack-cursor-mcp"
            ],
            "env": {
                "CONTENTSTACK_API_KEY": "your_api_key_here",
                "CONTENTSTACK_MANAGEMENT_TOKEN": "your_management_token_here",
                "CONTENTSTACK_REGION": "NA",
                "CONTENTSTACK_DELIVERY_TOKEN": "your_delivery_token_here"
            }
        }
    }
}