Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "privategpt": {4 "env": {5 "PORT": "5000",6 "API_URL": "https://<YOUR_privateGPT_URL>/api/v1",7 "LOG_IPs": "true",8 "LANGUAGE": "en",9 "ENABLE_TLS": "true",10 "PUBLIC_KEY": "~/.ssh/id_rsa_public.pem",11 "ENABLE_CHAT": "true",12 "PRIVATE_KEY": "~/.ssh/id_rsa",13 "ALLOW_KEYGEN": "false",14 "ENABLE_LOGIN": "true",15 "SSL_KEY_PATH": "~/.ssh/certs/server.key",16 "SSL_VALIDATE": "false",17 "ENABLE_LOGOUT": "true",18 "PW_ENCRYPTION": "true",19 "SSL_CERT_PATH": "~/.ssh/certs/server.crt",20 "ANONYMOUS_MODE": "false",21 "WRITTEN_LOGFILE": "true",22 "ENABLE_EDIT_USER": "false",23 "ENABLE_GET_SOURCE": "true",24 "ENABLE_STORE_USER": "true",25 "RESTRICTED_GROUPS": "false",26 "ENABLE_DELETE_CHAT": "true",27 "ENABLE_DELETE_USER": "false",28 "ENABLE_EDIT_SOURCE": "true",29 "ENABLE_LIST_GROUPS": "true",30 "ENABLE_STORE_GROUP": "true",31 "ENABLE_DELETE_GROUP": "true",32 "ENABLE_LIST_SOURCES": "true",33 "PRIVATE_GPT_API_URL": "https://<YOUR_privateGPT_URL>/api/v1",34 "ENABLE_CONTINUE_CHAT": "true",35 "ENABLE_CREATE_SOURCE": "true",36 "ENABLE_DELETE_SOURCE": "true",37 "ENABLE_GET_CHAT_INFO": "true",38 "ENABLE_REACTIVATE_USER": "true",39 "ENABLE_DELETE_ALL_CHATS": "true",40 "ENABLE_OPEN_AI_COMP_API": "true"41 },42 "args": [43 "dist/index.js"44 ],45 "command": "node"46 }47 }48}
No reviews yet. Be the first to review!
Sign in to join the conversation