← Back to Plugins
MCP Server MCP

ebman

github By github 👁 1 views ▲ 0 votes

MCP server for AWS Elastic Beanstalk: read the fleet; --allow-writes adds two-phase writes.

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "identifier": "ebman",
      "version": "0.33.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "AWS region to target. Falls back to the standard AWS config chain if unset.",
          "name": "AWS_REGION"
        },
        {
          "description": "AWS credential profile to use (standard AWS credential chain).",
          "name": "AWS_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...