Skip to content

Commit 307aa94

Browse files
authored
chore(docs): add powertools community mcp (#3876)
1 parent 635aba7 commit 307aa94

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/we_made_this.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Blog posts, tutorials, and videos about Powertools for AWS Lambda (
55

66
<!-- markdownlint-disable MD043 MD013 -->
77

8-
This space is dedicated to highlight our awesome community content featuring Powertools 🙏!
8+
This space is dedicated to highlight our awesome community content featuring Powertools for AWS 🙏!
99

1010
!!! info "[Get your content featured here](https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?assignees=&labels=community-content&template=share_your_work.yml&title=%5BI+Made+This%5D%3A+%3CTITLE%3E){target="_blank"}!"
1111

@@ -15,6 +15,20 @@ This space is dedicated to highlight our awesome community content featuring Pow
1515

1616
Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank"} to connect with the Powertools community 👋. Ask questions, learn from each other, contribute, hang out with key contributors, and more!
1717

18+
## Powertools for AWS Lambda - MCP Server
19+
20+
> **Author: [Michael Walmsley](https://www.linkedin.com/in/walmsles/){target="_blank"} :material-linkedin:**
21+
22+
This project implements an MCP server that enables Large Language Models (LLMs) to search through Powertools for AWS Lambda documentation.
23+
24+
The server accesses the live documentation `search_index.json` data and re-constructs a local search index using lunr.js. This provides an identical search experience for AI Agents and returns the exact same results as a person would get on the website.
25+
26+
With the index being local searches are super fast and the index is cached for the life of the server to save rebuilding used indexes. Since the MCP Server uses real search data it is capable of working for any Powertools for AWS document site so naturally supports all the runtimes.
27+
28+
<iframe width="560" height="315" src="https://www.youtube.com/embed/5qz8ysWT4eM?si=Sx-K4v4W6RQKWYb6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
29+
30+
* [https://github.com/serverless-dna/powertools-mcp](https://github.com/serverless-dna/powertools-mcp){target="_blank"}
31+
1832
## Blog posts
1933

2034
### Lambda Powertools - great defaults for batteries that aren't quite (but should be) included

0 commit comments

Comments
 (0)