Cloud InfrastructureAuto-generated
AWS App Mesh MCP Server
<p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control containerized microservices. App Mesh standardizes how your microservices communicate, giving you end-to-end visibility and helping to ensure high-availability for your app
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-appmesh
Environment Variables
AWS_APP_MESH_API_KEYExample: your_aws_app_mesh_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-appmesh": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-appmesh"],
"env": {
"AWS_APP_MESH_API_KEY": "your_aws_app_mesh_api_key"
}
}
}
}Endpoints
GET
/meshesListMeshes
PUT
/meshesCreateMesh
GET
/meshes/{meshName}/virtualRouter/{virtualRouterName}/routesListRoutes
PUT
/meshes/{meshName}/virtualRouter/{virtualRouterName}/routesCreateRoute
GET
/meshes/{meshName}/virtualNodesListVirtualNodes
PUT
/meshes/{meshName}/virtualNodesCreateVirtualNode
GET
/meshes/{meshName}/virtualRoutersListVirtualRouters
PUT
/meshes/{meshName}/virtualRoutersCreateVirtualRouter
GET
/meshes/{meshName}DescribeMesh
DELETE
/meshes/{meshName}DeleteMesh