Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS CodeCommit MCP Config

<fullname>AWS CodeCommit</fullname> <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for AWS CodeCommit API along with usage examples.</p> <p>You can use the AWS CodeCommit API to work with the following objects:</p> <p>Reposit

Config URL

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

https://mcpbridge.org/config/amazonaws-com-codecommit.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-codecommit": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-codecommit"
      ],
      "env": {
        "AWS_CODECOMMIT_API_KEY": "your_aws_codecommit_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-codecommit": {
      "url": "https://mcpbridge.org/config/amazonaws-com-codecommit.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-codecommit": {
      "url": "https://mcpbridge.org/config/amazonaws-com-codecommit.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-codecommit.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-codecommit": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codecommit"],
      "env": {
      "AWS_CODECOMMIT_API_KEY": "your_aws_codecommit_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://mcpbridge.org/config/amazonaws-com-codecommit.json

Environment Variables

AWS_CODECOMMIT_API_KEY

Replace your_aws_codecommit_api_key with your actual aws codecommit api key

Endpoints

POST/#X-Amz-Target=CodeCommit_20150413.AssociateApprovalRuleTemplateWithRepository

AssociateApprovalRuleTemplateWithRepository

POST/#X-Amz-Target=CodeCommit_20150413.BatchAssociateApprovalRuleTemplateWithRepositories

BatchAssociateApprovalRuleTemplateWithRepositories

POST/#X-Amz-Target=CodeCommit_20150413.BatchDescribeMergeConflicts

BatchDescribeMergeConflicts

POST/#X-Amz-Target=CodeCommit_20150413.BatchDisassociateApprovalRuleTemplateFromRepositories

BatchDisassociateApprovalRuleTemplateFromRepositories

POST/#X-Amz-Target=CodeCommit_20150413.BatchGetCommits

BatchGetCommits

POST/#X-Amz-Target=CodeCommit_20150413.BatchGetRepositories

BatchGetRepositories

POST/#X-Amz-Target=CodeCommit_20150413.CreateApprovalRuleTemplate

CreateApprovalRuleTemplate

POST/#X-Amz-Target=CodeCommit_20150413.CreateBranch

CreateBranch

POST/#X-Amz-Target=CodeCommit_20150413.CreateCommit

CreateCommit

POST/#X-Amz-Target=CodeCommit_20150413.CreatePullRequest

CreatePullRequest