MCP Server
Click on "Install 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
- FullmaktOAuthai.fullmakt
Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.
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.192MIT
- 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.182MIT
- 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server