
Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "privategpt": {4 "env": {5 "PORT": "5000",6 "LANGUAGE": "en",7 "ENABLE_TLS": "true",8 "PUBLIC_KEY": "~/.ssh/id_rsa_public.pem",9 "PRIVATE_KEY": "~/.ssh/id_rsa",10 "SSL_KEY_PATH": "~/.ssh/certs/server.key",11 "SSL_VALIDATE": "false",12 "PW_ENCRYPTION": "true",13 "SSL_CERT_PATH": "~/.ssh/certs/server.crt"14 },15 "args": [16 "dist/index.js"17 ],18 "command": "node"19 }20 }21}
No reviews yet. Be the first to review!
Sign in to join the conversation