Skip to main content
Glama

Notion MCP Server

by HariFatherKR
docker-compose.yml553 B
version: '3.8' services: notion-mcp-server: build: context: . dockerfile: Dockerfile container_name: notion-mcp-server ports: - "${PORT:-9080}:${PORT:-9080}" environment: - NODE_ENV=production - PORT=${PORT:-9080} restart: unless-stopped volumes: - ./.env:/app/.env # 필요한 경우 로컬 설정 파일이나 데이터를 볼륨으로 마운트할 수 있습니다 # - ./config:/app/config networks: - notion-network networks: notion-network: driver: bridge

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/HariFatherKR/notion_mcp_server'

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