Skip to main content
Glama

Notion MCP Server

by yihaoWang
main.ts318 B
#!/usr/bin/env node import { ServerFactory } from './factory.js'; async function main(): Promise<void> { try { const server = ServerFactory.createServer(); await server.start(); } catch (error) { console.error('Failed to start server:', error); process.exit(1); } } main().catch(console.error);

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

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