Skip to main content
Glama

privateGPT MCP Server

by Fujitsu-AI
# Use an official Python runtime as a parent image FROM python:3.12 # Set the working directory in the container WORKDIR ./ # Copy the requirements file into the container COPY agents/OpenAI_Compatible_API_Agent/requirements.txt ./ # Install any needed packages specified in requirements.txt RUN pip install --no-cache-dir -r requirements.txt # Copy the rest of the application code into the container COPY ./agents/OpenAI_Compatible_API_Agent/ ./agents/OpenAI_Compatible_API_Agent/ # Copy the AgentInterface code into the container COPY ./agents/AgentInterface/ ./agents/AgentInterface/ # Define the command to run the application CMD ["python", "-m", "agents.OpenAI_Compatible_API_Agent.Python.openai_compatible_api"]

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