We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thedtvn/mbbank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Slim instade of alpine to avoid dependency issues with musl vs glibc in wasmtime
FROM astral/uv:python3.11-bookworm-slim
WORKDIR /package
COPY . .
RUN uv pip install . --system
WORKDIR /
RUN rm -r /package
ENTRYPOINT ["mbbank-mcp"]