MCP Server
MCP
ebman
MCP server for AWS Elastic Beanstalk: read the fleet; --allow-writes adds two-phase writes.
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
By
Comments
Sign in to leave a comment