Setting the file. One moment.
Subchapter 63.35
references/platforms/kiro.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) for the Kiro-specific install instructions.
Kiro offers 2 scopes: workspace (default) and user.
.kiro/settings/mcp.json in the project root and are
only accessible from the current workspace. Useful for project-specific tools that should
stay within the codebase and can be checked into version control.~/.kiro/settings/mcp.json and are accessible across all
workspaces the user opens in Kiro.When both files define the same server name, workspace settings take precedence.
disabled (bool) — set true to suspend a server without deleting its entryautoApprove (string array) — tool names that skip the per-call approval prompt.
Leave empty to require approval for every call. For tools that can mutate state
(cluster lifecycle APIs, write SQL paths), keep this empty so the user approves each call.disabledTools (string array) — hide specific tools from this serverenv supports ${VAR} expansion from the shell environment,
e.g. "AWS_PROFILE": "${DSQL_PROFILE}"Open the command palette (Cmd/Ctrl+Shift+P) → search MCP → open the MCP view in the Kiro
panel. The AWS MCP Server should appear in the server list with an active status.