Skip to main content
Glama

Readwise MCP Server

by IAmAlexander
gcf.ts477 B
import { Request, Response } from 'express'; import app from './serverless.js'; /** * Google Cloud Function handler for HTTP functions * * @param req - Express Request object * @param res - Express Response object */ export const readwiseMcpFunction = (req: Request, res: Response): void => { // Pass the request to the Express app return app(req, res); }; // Export the function as the default export for Google Cloud Functions export default readwiseMcpFunction;

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