Skip to main content
Glama

mcp-server-neon

Official
pr.yml715 B
name: Lint and Build on: pull_request: branches: - main jobs: lint-and-build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node uses: actions/setup-node@v4 with: node-version-file: .nvmrc - name: Setup Bun uses: oven-sh/setup-bun@v2 with: bun-version-file: .bun-version - name: Install root dependencies run: bun install --frozen-lockfile - name: Install landing dependencies working-directory: landing run: bun install --frozen-lockfile - name: Lint run: bun run lint - name: Build run: bun run build

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/neondatabase-labs/mcp-server-neon'

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