Skip to main content
Glama

privateGPT MCP Server

by Fujitsu-AI
index.html1.24 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Live Log Viewer</title> <style> body { font-family: Arial, sans-serif; margin: 20px; text-align: center; } img { max-width: 150px; margin-bottom: 20px; } h1 { margin-top: 0; } pre { background-color: #f4f4f4; padding: 10px; border: 1px solid #ddd; overflow: auto; max-height: 80vh; text-align: left; } </style> </head> <body> <!-- Logo --> <img src="pgpt-mcp-logo.png" alt="pGPT-MCP Logo"> <!-- Titel --> <h1>Private GPT MCP-Server Live Log Viewer</h1> <!-- Log-Inhalt --> <pre id="logContent">Warten auf Logdaten...</pre> <!-- WebSocket-Integration --> <script src="/socket.io/socket.io.js"></script> <script> const socket = io(); const logContent = document.getElementById('logContent'); socket.on('logUpdate', (data) => { logContent.textContent = data; }); </script> </body> </html>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fujitsu-AI/MCP-Server-for-MAS-Developments'

If you have feedback or need assistance with the MCP directory API, please join our Discord server