CodeCommitServer

Ujjawal-Rajput
GitHub
AWSVersion ControlGit

Loading subscription status...

💡 Description

An MCP server implementation for AWS CodeCommit operations that provides tools for Git operations through the MCP protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "CodeCommit": {
        "env": {
          "AWS_REGION": "your-aws-region",
          "AWS_ACCESS_KEY_ID": "your-access-key",
          "AWS_SECRET_ACCESS_KEY": "your-secret-key"
        },
        "args": [],
        "command": "node index.js"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm@modelcontextprotocol/sdk@aws-sdk/client-codecommit@aws-sdk/client-iam

Features

  • AWS CodeCommit integration
  • Git operations
  • Supports environment variable configuration