https://modelcontextprotocol.io/quickstart/server#node
npm install
npm run build
env
には環境変数を指定する{
"mcpServers": {
"aws-monthly-cost-report": {
"command": "node",
"args": [
"/path/to/aws-monthly-cost-report-mcp-server/build/index.js"
],
"env": {
"AWS_REGION": "ap-northeast-3",
"AWS_PROFILE": "default",
"AWS_S3_ENDPOINT": "https://s3.ap-northeast-3.amazonaws.com",
"AWS_COST_REPORT_BUCKET": "your-backet-name"
},
"disabled": false,
"autoApprove": [
"get_env"
]
}
}
}
今月のAWSのコストを教えて
Seamless access to top MCP servers powering the future of AI integration.