Stats
Actions
Tags
From dh
Runs locally as a Python MCP server for AWS SAM, enabling serverless app builds, packaging, deployments, and CLI integration. AWS credentials likely required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sam": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/scripts/run_sam_server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
npx claudepluginhub jamie-bitflight/claude_skills --plugin dh