Skip to main content
Glama

Graphlit MCP Server

Official
azure-pipelines.yml873 B
trigger: branches: include: - main name: $(Date:yyyyMMdd)$(Rev:rrr) pool: vmImage: "ubuntu-latest" steps: - task: NodeTool@0 inputs: versionSpec: "20.x" displayName: "Install Node.js" - script: | npm install npm run build npm version 1.0.$(Build.BuildNumber) --no-git-tag-version --allow-same-version displayName: "Install dependencies and build" - task: CopyFiles@2 inputs: SourceFolder: "$(Build.SourcesDirectory)" Contents: "README.md" TargetFolder: "$(Build.ArtifactStagingDirectory)/build" - task: CopyFiles@2 inputs: SourceFolder: "$(Build.SourcesDirectory)" Contents: "LICENSE" TargetFolder: "$(Build.ArtifactStagingDirectory)/build" - task: Npm@1 inputs: command: publish publishRegistry: useExternalRegistry publishEndpoint: "NPM"

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

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