linkedin-post.md•2.17 kB
# LinkedIn Post Draft
🚀 Excited to share my latest project: **MCP Prompts v3.10.0** - A comprehensive Model Context Protocol server deployed on AWS! 🚀
## What I Built
I've created a full-featured MCP server that enables AI assistants (like Cursor) to manage and apply reusable prompts through a clean API. The system is now live on AWS with:
### 🏗️ Architecture Highlights
- **Serverless Stack**: Lambda functions, API Gateway, DynamoDB, S3, SQS
- **Hexagonal Architecture**: Clean separation of concerns with ports & adapters
- **Event-Driven**: Asynchronous processing with SQS for scalability
- **Production-Ready**: Comprehensive monitoring, logging, and error handling
### ✨ Key Features
- 18+ curated prompts for development tasks (code review, debugging, documentation, etc.)
- RESTful API with proper authentication and validation
- CLI tool for easy prompt management
- Seamless Cursor IDE integration
- CloudWatch dashboards and automated alerting
### 🛠️ Tech Stack
- TypeScript/Node.js
- AWS CDK for infrastructure as code
- PNPM for package management
- Pino for structured logging
## Live Demo
🌐 API: https://jaqwv7shwc.execute-api.eu-north-1.amazonaws.com/prod/
🌐 CloudFront: https://dx0imbnypegow.cloudfront.net
📦 NPM: https://www.npmjs.com/package/@sparesparrow/mcp-prompts
## Open Source
This project demonstrates best practices in cloud-native development, from CI/CD pipelines to security hardening. The codebase is fully open-source and welcomes contributions!
🔗 GitHub: https://github.com/sparesparrow/mcp-prompts
📝 Release Notes: https://github.com/sparesparrow/mcp-prompts/releases/tag/v3.10.0
#AWS #Serverless #TypeScript #MCP #AI #CloudNative #DevOps #OpenSource
---
## Alternative Short Version
🚀 Just deployed MCP Prompts v3.10.0 to AWS! A full serverless MCP server with 18+ prompts, API Gateway, DynamoDB, and Cursor integration.
Features:
✅ Hexagonal architecture
✅ Event-driven processing
✅ Comprehensive monitoring
✅ Production-ready error handling
Live: https://dx0imbnypegow.cloudfront.net
Code: https://github.com/sparesparrow/mcp-prompts
#AWS #Serverless #AI #TypeScript