Setting the file. One moment.
Subchapter 63.32
references/platforms/claude-code.mdMarkdown2 KBView on GitHub
Part of MCP Server Setup. The skill PREFERS direct psql for ad-hoc DSQL
queries (via ) and the
for AWS
knowledge and AWS API access.
scripts/psql-connect.shFollow the official setup guide at
Setting up the AWS MCP Server (opens in a new tab).
The AWS docs page tracks the canonical install command, scopes (local, project, user), and
auth configuration for Claude Code — defer to it rather than caching the invocation here.
Claude Code offers 3 different scopes: local (default), project, and user.
~/.claude.json under your project’s path. They’re both private to you and only accessible
within the current project directory. This is the default scope when creating MCP servers..mcp.json file at your project’s root directory.
This file is designed to be checked into version control, ensuring all team members have access
to the same MCP tools and services.~/.claude.json and are available across all projects on
your machine while remaining private to your user account.After setup:
claude mcp listYou should see the AWS MCP Server listed and connected.