Skip to main content
Glama

The Graph Token API MCP

Apache 2.0
Dockerfile592 B
FROM oven/bun COPY . . RUN apt-get -y update RUN apt-get -y install git RUN bun install # Declare a build argument for the Git commit hash ARG GIT_COMMIT ARG GIT_DATE ARG GIT_REPOSITORY # Set an environment variable inside the container ENV GIT_COMMIT=${GIT_COMMIT} ENV GIT_DATE=${GIT_DATE} ENV GIT_REPOSITORY=${GIT_REPOSITORY} # https://github.com/opencontainers/image-spec/blob/main/annotations.md LABEL org.opencontainers.image.revision=$GIT_COMMIT LABEL org.opencontainers.image.created=$GIT_DATE LABEL org.opencontainers.image.url=$GIT_REPOSITORY ENTRYPOINT [ "bun", "run", "start" ]

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/pinax-network/mcp-token-api'

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