Skip to content

dgallitelli/sagemaker-ai

v1.1.0MIT

Portable Agent Plugin for Amazon SageMaker AI development and operations.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

awslabs.sagemaker-aistdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "awslabs.sagemaker-ai-mcp-server@latest"
  ],
  "env": {
    "FASTMCP_LOG_LEVEL": "ERROR"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sagemaker-ai",
  "version": "1.1.0",
  "description": "Portable Agent Plugin for Amazon SageMaker AI development and operations.",
  "author": {
    "name": "Davide Gallitelli",
    "url": "https://github.com/dgallitelli"
  },
  "homepage": "https://github.com/dgallitelli/sagemaker-ai-agent-plugin",
  "repository": "https://github.com/dgallitelli/sagemaker-ai-agent-plugin",
  "license": "MIT",
  "keywords": [
    "amazon-sagemaker",
    "aws",
    "machine-learning",
    "mlops",
    "agent-skills"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 18Python files
  • 6shell scripts
  • 3YAML files
  • cluster-config-slurm.json
  • LICENSE
View on GitHub