Skip to main content
Glama

Notion MCP Server

by SAhmadUmass
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }); var index = require("./index.cjs"); class EventSourceParserStream extends TransformStream { constructor({ onError, onRetry, onComment } = {}) { let parser; super({ start(controller) { parser = index.createParser({ onEvent: (event) => { controller.enqueue(event); }, onError(error) { onError === "terminate" ? controller.error(error) : typeof onError == "function" && onError(error); }, onRetry, onComment }); }, transform(chunk) { parser.feed(chunk); } }); } } exports.ParseError = index.ParseError; exports.EventSourceParserStream = EventSourceParserStream; //# sourceMappingURL=stream.cjs.map

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/SAhmadUmass/notion-mcp-server'

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