
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "glean": {4 "env": {5 "GLEAN_DOMAIN": "YOUR_DOMAIN_HERE",6 "GLEAN_API_KEY": "YOUR_API_KEY_HERE"7 },8 "args": [9 "run",10 "-i",11 "--rm",12 "-e",13 "GLEAN_API_KEY",14 "-e",15 "GLEAN_DOMAIN",16 "glean-server"17 ],18 "command": "docker"19 }20 }21}
No reviews yet. Be the first to review!
Sign in to join the conversation