-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
confirmedThe scope is clear, ready for implementationThe scope is clear, ready for implementation
Description
Use case
Currently the MCP Server requires Node.js to run locally, a big chunk of our customers might not have it installed because they're Python, .NET, or Java developers.
To ease adoption, we should consider publishing a Docker image based on Node.js that customers can pull and run. This would abstract away the Node.js requirement.
Solution/User Experience
Other MCP Servers like GitHub's official one, which is written in Go, offer a Docker image.
When using the image, the command to run the MCP becomes something like this:
{
"mcpServers": {
"powertools": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aws-powertools/powertools-mcp-search-server"
]
}
}
}Alternative solutions
Future readers
Please react with π and your use case to help us understand customer demand.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmedThe scope is clear, ready for implementationThe scope is clear, ready for implementation