From 0128501103db227527d587af8224b292663c92cb Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Thu, 1 May 2025 15:02:32 +0100 Subject: [PATCH] Adding Michael's MCP server --- docs/we_made_this.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 68a28f7e8db..49fd5284845 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -15,6 +15,18 @@ This space is dedicated to highlight our awesome community content featuring Pow Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank" rel="nofollow"} to connect with the Powertools for AWS Lambda (Python) community 👋. Ask questions, learn from each other, contribute, hang out with key contributors, and more! +## Unofficial MCP Server + +**Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank" rel="nofollow"}** :material-twitter: + +A Model Context Protocol (MCP) server that provides search functionality for Powertools for AWS Lambda documentation across all the runtimes. + +See this video where Michael demonstrates how to use the Powertools MCP server with [Amazon Q](https://aws.amazon.com/q/?nc1=h_ls), query cross-runtime documentation, and writes a serverless application with embedded Powertools best practices. + + + +GitHub: [https://github.com/serverless-dna/powertools-mcp](https://github.com/serverless-dna/powertools-mcp) + ## Blog posts ### AWS Lambda Cookbook — Following best practices with Powertools for AWS Lambda