Skip to main content
Glama
IAmAlexander

Readwise MCP Server

by IAmAlexander
render.yaml458 B
# Render.com deployment configuration # https://render.com/docs/blueprint-spec services: - type: web name: readwise-mcp runtime: node buildCommand: npm ci && npm run build startCommand: node dist/index.js --transport sse --port $PORT healthCheckPath: /health envVars: - key: NODE_ENV value: production - key: READWISE_API_KEY sync: false # Must be set manually in Render dashboard autoDeploy: true

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

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