diff --git a/src/data/servers/index.ts b/src/data/servers/index.ts index 49c0775..5aaaf92 100644 --- a/src/data/servers/index.ts +++ b/src/data/servers/index.ts @@ -535,6 +535,35 @@ export const servers: MCPServerType[] = [ runtime: "node", sourceUrl: "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres" }, + { + config: { + "mcpServers": { + "powertools": { + "command": "npx", + "args": [ + "-y", + "powertools-for-aws-mcp" + ] + } + } + }, + description: "MCP implementation that provides search functionality for the Powertools for AWS Lambda documentation across multiple runtimes.", + distribution: { + package: "powertools-for-aws-mcp", + type: "npm", + }, + id: "powertools-mcp", + isOfficial: true, + license: "MIT", + name: "Powertools", + publisher: { + id: "modelcontextprotocol", + name: "Anthropic, PBC", + url: "https://modelcontextprotocol.io/", + }, + runtime: "node", + sourceUrl: "https://github.com/modelcontextprotocol/servers/tree/main/src/powetool" + }, { config: { args: ["-y", "@modelcontextprotocol/server-puppeteer"],