Skip to main content
Glama
config.js334 B
export function loadConfig() { const apiKey = process.env.NOTION_API_KEY; if (!apiKey) { throw new Error('NOTION_API_KEY environment variable is required'); } return { apiKey, version: process.env.NOTION_VERSION || '2022-06-28', port: parseInt(process.env.PORT || '3003', 10), }; }

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

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