Skip to main content
Glama

mbta-mpc-server

melange.yaml872 B
package: name: mbta-mcp-server version: ${VERSION} description: "An MCP server that communicates with the MBTA API to provide Boston-area transit information" target-architecture: - x86_64 - aarch64 environment: contents: repositories: - https://packages.wolfi.dev/os keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub packages: - ca-certificates-bundle - busybox - git - go pipeline: - name: Build mbta-mcp-server runs: | export CGO_ENABLED=0 export GOFLAGS="-mod=readonly -trimpath" go build -ldflags "-s -w -X main.Version=${MELANGE_VERSION}" -o /mbta-mcp-server ./cmd/server install -D /mbta-mcp-server "${MELANGE_DESTDIR}/usr/bin/mbta-mcp-server" - name: Set up configuration directory runs: | mkdir -p "${MELANGE_DESTDIR}/etc/mbta-mcp-server"

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/crdant/mbta-mcp-server'

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