Skip to main content
Glama

Jij MCP Server

Official
by Jij-Inc
Dockerfile579 B
FROM python:3.12-slim ARG GIT_COMMIT LABEL org.opencontainers.image.source="https://github.com/Jij-Inc/Jij-MCP-Server" LABEL org.opencontainers.image.title="Jij MCP Server" LABEL org.opencontainers.image.description="A MCP server for supporting the implementation of Optimization problem and Quantum algorithms with Jij's tools." LABEL org.opencontainers.image.licenses="Apache-2.0" LABEL org.opencontainers.image.revision=$GIT_COMMIT COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ ADD . /app WORKDIR /app RUN uv sync --frozen CMD ["uv", "run", "jij_mcp/server.py"]

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/Jij-Inc/Jij-MCP-Server'

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