MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Servervalidate my AWS credentials"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
Open-source Mission Control Panel (MCP) server for AWS - A powerful, region-independent backend service for AWS operations.
Features
Region-independent AWS operations
Credential validation and management
Secure API endpoints
Comprehensive error handling
TypeScript support
Built with security and scalability in mind
Related MCP server: AWS FinOps MCP Server
Prerequisites
Node.js (v16 or higher)
npm or yarn
AWS credentials (Access Key ID and Secret Access Key) or IAM role
Installation
Clone the repository:
git clone https://github.com/groovyBugify/mcp-server.git
cd mcp-serverInstall dependencies:
npm installCreate environment file:
cp .env.example .envConfigure your environment variables in
.env
Development
Start the development server:
npm run devBuild
Compile the TypeScript code:
npm run buildProduction
Start the production server:
npm startAPI Endpoints
Validate AWS Credentials
POST /api/aws/validate-credentials
Content-Type: application/json
{
"region": "us-east-1" // optional, defaults to us-east-1
}Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
AWS Cost Explorer cost, forecast, and anomaly reporting through user-connected IAM credentials.
Lowers your AWS bill by helping you clean up and optimize your setup
AWS pricing and cost estimates with no signup, plus read-only idle-resource scans of your account.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with AWS S3 storage through bucket operations (create, delete, list), object management (upload, download, delete, list), and bucket policy configuration using AWS credentials.7 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language analysis of AWS costs, automated FinOps waste audits, and budget monitoring across multiple profiles and regions while keeping credentials secure locally.184MIT
- AlicenseNot gradedqualityDmaintenanceEnables management and analysis of AWS security groups, S3 buckets, and VPC connections via MCP.7MIT
- AlicenseNot gradedqualityDmaintenanceAutomatically update AWS credential files with temporary STS tokens and retrieve credential info, enabling secure credential management via Agent tools.MIT