Skip to content

Add Atlas to your IDE

Connect your AI coding assistant to the Generative AI Atlas — delivering current, expert-verified technical content for generative AI implementation, directly in your IDE.

Add to .kiro/settings/mcp.json (project) or ~/.kiro/settings/mcp.json (global):

{
  "mcpServers": {
    "genai-atlas": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/awslabs/generative-ai-atlas.git#subdirectory=mcp-server",
        "genai-atlas-mcp-server"
      ],
      "env": { "FASTMCP_LOG_LEVEL": "ERROR" }
    }
  }
}

Add to .mcp.json (project) or ~/.claude.json (global):

{
  "mcpServers": {
    "genai-atlas": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/awslabs/generative-ai-atlas.git#subdirectory=mcp-server",
        "genai-atlas-mcp-server"
      ]
    }
  }
}

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "genai-atlas": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/awslabs/generative-ai-atlas.git#subdirectory=mcp-server",
        "genai-atlas-mcp-server"
      ]
    }
  }
}

Secure Multi-tenancy

Content Level: 300

Suggested Pre-Reading

Previous page: COGS and ROI

TL;DR

Creating secure multi-tenant applications is critical for successful ISVs. This topic is covered in depth in a separate section of Gen AI Atlas. Please see Multi-tenant Security in the Architecture and Design Patterns section.

Further Reading

In addition to the multi-tenant content elsewhere, here are links of interest to ISVs building secure multi-tenant applications on AWS.

Contributors

Authors

  • Dave Thibault - Sr. Applied AI Architect

  • Felix Huthmacher - Sr. Applied AI Architect

Reviewers

  • Don Simpson - Principal Technologist

  • Samantha Wylatowska - Solutions Architect

  • Felix Huthmacher - Sr. Applied AI Architect