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.jsonConfiguration 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
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.jsonEnvironment Variables
CODEARTIFACT_API_KEYReplace your_codeartifact_api_key with your actual codeartifact api key
Endpoints
/v1/repository/external-connection#domain&repository&external-connectionAssociateExternalConnection
/v1/repository/external-connection#domain&repository&external-connectionDisassociateExternalConnection
/v1/package/versions/copy#domain&source-repository&destination-repository&format&packageCopyPackageVersions
/v1/domain#domainDescribeDomain
/v1/domain#domainCreateDomain
/v1/domain#domainDeleteDomain
/v1/repository#domain&repositoryDescribeRepository
/v1/repository#domain&repositoryCreateRepository
/v1/repository#domain&repositoryUpdateRepository
/v1/repository#domain&repositoryDeleteRepository