Skip to main content
Glama

Powertools MCP Search Server

index.ts541 B
#!/usr/bin/env node import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'; import { logger } from './logger.ts'; import { createServer } from './server.ts'; async function main() { const transport = new StdioServerTransport(); logger.info('starting Powertools MCP Server'); const server = createServer(); await server.connect(transport); logger.info('Powertools MCP Server running on stdio'); } main().catch((error) => { logger.error('Powertools MCP Fatal Error', { error }); process.exit(1); });

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