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.
npx claudepluginhub jamie-bitflight/claude_skills --plugin development-harnessAdd to your .mcp.json:
{
"mcpServers": {
"sam": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/scripts/run_sam_server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv