Skip to main content
Glama

Notion MCP Server

test_notion_updates.js558 B
import { notionUpdates } from './services/notion-updates.js'; async function testNotionUpdates() { try { console.log('🔄 Starting Notion updates service...'); await notionUpdates.initialize(); console.log('👀 Now monitoring Notion database for changes.'); console.log('✨ Try creating or updating a page in your Notion database!'); console.log('🛑 Press Ctrl+C to stop monitoring.'); } catch (error) { console.error('❌ Error:', error.message); } } testNotionUpdates();

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/emmanuelsystems/mcpnotionslack'

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