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
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "allowSyntheticDefaultImports": true, "isolatedModules": true, "allowJs": true, // Diese Zeile ermöglicht das Kompilieren von `.js`-Dateien "baseUrl": ".", "paths": { "@modelcontextprotocol/sdk": ["node_modules/@modelcontextprotocol/sdk"] } }, "include": ["src/**/*.js"], "exclude": ["node_modules", "dist", "tests", "**/*.test.ts"] }