
1{2 "mcpServers": {3 "notion todo": {4 "cwd": "/path/to/notion-mcp",5 "env": {6 "NOTION_API_KEY": "your-api-key-here",7 "NOTION_DATABASE_ID": "your-database-id-here"8 },9 "args": [10 "-m",11 "notion_mcp"12 ],13 "command": "/path/to/your/.venv/bin/python"14 }15 }16}
No reviews yet. Be the first to review!
Sign in to join the conversation