Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
privateGPT MCP Server
Claim
by
Fujitsu-AI
GitHub
Knowledge & Memory
Search
Security
JavaScript
MIT License
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
MCP-Server-for-MAS-Developments
agents
clients
images
security
src
ver
.gitattributes
.gitignore
InstallMPCServer.sh
jest.config.js
LICENSE
package.json
pgpt.env.json.example
README.md
start_chatbot_agent.ps1
start_chatbot_agent.sh
start_iot_agent.ps1
start_iot_agent.sh
start_openai_compatible_api_agent.ps1
start_openai_compatible_api_agent.sh
tsconfig.json
WORKLOG.md
{ "name": "pgpt-mcp-server", "version": "2.1.0", "description": "PrivateGPT MCP Server", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "test": "jest", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "postinstall": "patch-package" }, "keywords": [ "mcp", "privategpt" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@remote-mcp/client": "^0.1.0", "@remote-mcp/server": "^0.1.0", "@trpc/client": "^11.0.0-rc.730", "axios": "^1.7.9", "chalk": "^5.4.1", "chokidar": "^4.0.3", "content-type": "^1.0.5", "dotenv": "^16.4.7", "express": "^4.21.2", "figlet": "^1.8.0", "moment": "^2.30.1", "raw-body": "^3.0.0", "socket.io": "^4.8.1", "strip-ansi": "^7.1.0", "winston": "^3.17.0", "xmlhttprequest": "^1.8.0", "zod": "^3.24.1" }, "devDependencies": { "@types/content-type": "^1.1.8", "@types/jest": "^29.5.14", "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", "eslint": "^9.18.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "engines": { "node": ">=18.0.0" }, "overrides": { "glob": "^9.3.5", "rimraf": "^5.0.1" }, "resolutions": { "glob": "^9.3.5", "rimraf": "^5.0.1" } }