Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

CodeArtifact MCP Server

<p> CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet. You can use CodeArtifact to share packages with development teams and pull packages. Packages can be pulled from both public and CodeAr

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-codeartifact

Environment Variables

CODEARTIFACT_API_KEY

Example: your_codeartifact_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-codeartifact": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codeartifact"],
      "env": {
      "CODEARTIFACT_API_KEY": "your_codeartifact_api_key"
}
    }
  }
}

Endpoints

POST/v1/repository/external-connection#domain&repository&external-connection

AssociateExternalConnection

DELETE/v1/repository/external-connection#domain&repository&external-connection

DisassociateExternalConnection

POST/v1/package/versions/copy#domain&source-repository&destination-repository&format&package

CopyPackageVersions

GET/v1/domain#domain

DescribeDomain

POST/v1/domain#domain

CreateDomain

DELETE/v1/domain#domain

DeleteDomain

GET/v1/repository#domain&repository

DescribeRepository

POST/v1/repository#domain&repository

CreateRepository

PUT/v1/repository#domain&repository

UpdateRepository

DELETE/v1/repository#domain&repository

DeleteRepository