Skip to main content
Glama

Notion MCP Server V2

by ankitmalik84
helper.pyโ€ข839 B
# Add your utilities or helper functions to this file. import os from dotenv import load_dotenv, find_dotenv # these expect to find a .env file at the directory above the lesson. # the format for that file is (without the comment) #API_KEYNAME=AStringThatIsTheLongAPIKeyFromSomeService def load_env(): _ = load_dotenv(find_dotenv()) def get_openai_api_key(): load_env() openai_api_key = os.getenv("OPENAI_API_KEY") return openai_api_key

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/ankitmalik84/Agentic_Longterm_Memory'

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