Skip to content
MCP-Bridge
Cloud Infrastructure

CodeArtifact MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-codeartifact.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-codeartifact.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-codeartifact.json

Environment Variables

CODEARTIFACT_API_KEY

Replace your_codeartifact_api_key with your actual 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