Skip to main content
Glama
aws-powertools

Powertools MCP Search Server

Powertools for AWS MCP

NOTE

This project is now in maintenance mode and will be deprecated on June 30, 2026. After that date, this package will no longer receive updates or security fixes. See Alternatives below for recommended migration paths.

NodeSupport GitHub Release OpenSSF Scorecard

The Powertools for AWS Model Context Protocol (MCP) server provides search and documentation retrieval for the Powertools for AWS Lambda toolkit across Python, TypeScript, Java, and .NET runtimes. It allows LLM agents to search for documentation and examples, helping you quickly find the information you need to use Powertools for AWS Lambda effectively.

Alternatives

Powertools for AWS publishes machine-readable documentation (llms.txt) for every runtime. These files give AI agents an authoritative, always up-to-date index of the full documentation — no MCP server required.

Combined with a custom agent skill, your coding agent can automatically detect which runtime you're working in, fetch the relevant documentation, and apply Powertools patterns — all without running or maintaining a local MCP server.

This approach is lighter weight, works with any agent that supports web fetching, and always reflects the latest published documentation.

See the sample skill to get started.

Alternative: AWS Knowledge MCP Server

For teams that prefer consuming documentation via MCP, the AWS Knowledge MCP Server is a fully managed remote MCP server that provides up-to-date AWS documentation — including Powertools for AWS. It requires no local setup; just point your MCP client to the remote endpoint:

https://knowledge-mcp.global.api.aws

This server also covers broader AWS documentation, best practices, architectural guidance, and agent skills beyond Powertools.

Related MCP server: MCP-Ragdocs

Acknowledgments

This project would not have been possible without the contributions of the community.

Special thanks to Michael Walmsley (ServerlessDNA.com) for creating the initial implementation and generously donating it to the Powertools for AWS team at Amazon Web Services. Thanks also to all contributors who helped shape, test, and improve this project over time.

License

This library is licensed under the MIT License. See the LICENSE file.

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
    21
    265
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.
    24
    135
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

View all MCP Connectors

Latest Blog Posts

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/aws-powertools/powertools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server