
1{2 "mcpServers": {3 "google keep": {4 "env": {5 "UNSAFE_MODE": "false",6 "GOOGLE_EMAIL": "Your Google Email",7 "GOOGLE_MASTER_TOKEN": "Your Google Master Token - see README.md"8 },9 "args": [10 "--directory",11 "/ABSOLUTE/PATH/TO/keep-mcp",12 "run",13 "--no-sync",14 "--python",15 ".venv/bin/python",16 "-m",17 "server"18 ],19 "command": "uv"20 }21 }22}
No reviews yet. Be the first to review!
Sign in to join the conversation