powertools-mcp

powertools-mcp

21

The Powertools MCP Search Server is a Model Context Protocol server designed to aid in searching AWS Lambda Powertools documentation across various runtimes using lunr.js for local search capabilities. It supports interaction with Large Language Models and is optimized for efficiency in documentation retrieval.

Powertools MCP Search Server

A Model Context Protocol (MCP) server that provides search functionality for AWS Lambda Powertools documentation. It supports multiple runtimes including Python, TypeScript, Java, and .NET, using lunr.js for local search capabilities. The server is MCP-compliant for integration with Large Language Models (LLMs), allowing for efficient search and summarization of documentation. Users can specify runtime and version for targeted searches.

Features

  • MCP-compliant server
  • Uses lunr.js for local search
  • Supports multiple runtimes: Python, TypeScript, Java, .NET
  • Defaults to latest version documentation search

Usage

Run the server as an MCP server that communicates over stdio. Offers search_docs tool for queries.