MCPServers
privateGPT - MCP server logo

privateGPT

4
0
Cline

Cline

Setting up with Cline

  1. Open Cline's settings
  2. Navigate to the Integrations section
  3. Click "Add MCP Server"
  4. Copy and paste the configuration below based on your operating system

Note: Make sure to restart Cline after adding the configuration.

JSON
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}

Reseñas de la Comunidad

0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0

Aún no hay reseñas. ¡Sé el primero en reseñar!

Inicia sesión para unirte a la conversación

Coming soon to
HighlightHighlight AI

Lenguaje

TypeScript

Categorías

Etiquetas