Skip to main content
Glama

Notion MCP Server V2

by ankitmalik84
requirements-serverV2.txtโ€ข882 B
# Requirements for Notion MCP Server V2.1 (Docker deployment) # Production-ready dependencies with bulletproof validation and comprehensive testing # # This file mirrors src/notion_mcp_server/requirements.txt for Docker builds # Core Notion API notion-client>=2.0.0 # FastAPI Server Dependencies fastapi>=0.104.0 uvicorn>=0.24.0 pydantic>=2.0.0 # Environment and Configuration python-dotenv>=1.0.0 # HTTP Client for Testing and Health Checks requests>=2.31.0 # Additional dependencies for Docker environment aiohttp>=3.8.0 # Type hints support (for Python 3.8 compatibility) typing-extensions>=4.0.0 # Notes: # - All dependencies are pinned to minimum versions for stability # - Compatible with Python 3.8+ (Docker uses Python 3.11) # - Tested with these versions in production environment # - Includes aiohttp for enhanced async HTTP operations in containerized environment

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