Skip to main content
Glama

Readwise MCP Server

by IAmAlexander
serverless.yml932 B
service: readwise-mcp frameworkVersion: '3' provider: name: aws runtime: nodejs18.x stage: ${opt:stage, 'dev'} region: ${opt:region, 'us-east-1'} memorySize: 256 timeout: 30 environment: NODE_ENV: ${opt:stage, 'dev'} functions: api: handler: dist/lambda.lambdaHandler events: - httpApi: path: /{proxy+} method: any environment: READWISE_API_KEY: ${env:READWISE_API_KEY, ''} READWISE_API_BASE_URL: ${env:READWISE_API_BASE_URL, 'https://readwise.io/api/v2'} DEBUG: ${env:DEBUG, 'false'} plugins: - serverless-offline - serverless-dotenv-plugin custom: serverless-offline: httpPort: 3000 noPrependStageInUrl: true package: patterns: - '!node_modules/.cache/**' - '!.git/**' - '!.github/**' - '!.vscode/**' - '!tests/**' - '!src/**' - 'dist/**' - 'package.json' - 'package-lock.json' - 'README.md'

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/IAmAlexander/readwise-mcp'

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