Skip to main content
Glama

Open-Ledger-MCP-Server

Official
by openledger
FROM oven/bun:latest WORKDIR /app # Copy package.json and install dependencies COPY package.json ./ COPY tsconfig.json ./ RUN bun install # Copy the rest of the application COPY . . # Create logs directory RUN mkdir -p logs # Expose the port the app runs on EXPOSE 8080 # Set environment variables ENV NODE_ENV=production ENV PORT=8080 # Command to run the application CMD ["bun", "run", "src/index.ts"]

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/openledger/Open-Ledger-MCP-Server'

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