mcp-server-setup
Installation
SKILL.md
MCP Server Setup
This is a strict guideline. Follow these rules exactly.
MCP server configuration in our devcontainer setup. A single source file is distributed to all agents by post_create.sh.
Single Source of Truth
MCP servers are defined once in ~/.devcontainer-state/ai/mcp/servers.json (gitignored, contains credentials). A committed template exists at servers.json.template.
On container start, post_create.sh distributes this file to:
| Agent | Destination | How |
|---|---|---|
| Kiro CLI | ~/.kiro/settings/mcp.json |
Copy |
| Claude Code | ~/.claude/settings.json |
Merge mcpServers into existing settings |
| Amazon Q / Codex | ${WORKSPACE_ROOT}/.amazonq/mcp.json |
Copy |