Skip to main content
Glama

Rust MCP Filesystem

Dockerfile360 B
FROM clux/muslrust:stable AS builder ARG TARGETARCH WORKDIR /usr/src/app COPY ./Cargo.lock ./Cargo.lock COPY ./Cargo.toml ./Cargo.toml COPY ./src ./src RUN cargo build --release RUN ls -lh target FROM alpine COPY --from=builder /usr/src/app/target/*-unknown-linux-musl/release/rust-mcp-filesystem rust-mcp-filesystem ENTRYPOINT ["./rust-mcp-filesystem"]

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/rust-mcp-stack/rust-mcp-filesystem'

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