2 months ago
Server Config
{
"mcpServers": {
"notion-autopilot": {
"command": "python",
"args": [
"server.py"
],
"env": {
"NOTION_API_KEY": "your-notion-key",
"NOTION_DATABASE_ID": "your-database-id"
}
}
}
}