Skip to main content
Glama

Starknet MCP Server

by mcpdotdirect
Dockerfile633 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine # Install curl and bash RUN apk add --no-cache curl bash \ && curl -fsSL https://bun.sh/install | bash \ && mv /root/.bun/bin/bun /usr/local/bin/ WORKDIR /app # Copy package files and source COPY package.json package-lock.json* yarn.lock* pnpm-lock.yaml* ./ COPY . . # Install dependencies and build RUN bun install RUN bun build src/index.ts --outdir build --target node RUN bun build src/server/http-server.ts --outdir build --target node --outfile http-server.js # Default command CMD ["node", "build/index.js"]

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/mcpdotdirect/starknet-mcp-server'

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