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_KEYExample: 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-connectionAssociateExternalConnection
DELETE
/v1/repository/external-connection#domain&repository&external-connectionDisassociateExternalConnection
POST
/v1/package/versions/copy#domain&source-repository&destination-repository&format&packageCopyPackageVersions
GET
/v1/domain#domainDescribeDomain
POST
/v1/domain#domainCreateDomain
DELETE
/v1/domain#domainDeleteDomain
GET
/v1/repository#domain&repositoryDescribeRepository
POST
/v1/repository#domain&repositoryCreateRepository
PUT
/v1/repository#domain&repositoryUpdateRepository
DELETE
/v1/repository#domain&repositoryDeleteRepository