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"
]
}
}
}