Skip to main content
Glama

Hurl OpenAPI MCP Server

by Oungseik
flake.nix524 B
{ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, utils, }: utils.lib.eachDefaultSystem ( system: let pkgs = nixpkgs.legacyPackages.${system}; in { devShell = pkgs.mkShell { buildInputs = with pkgs; [ biome opencode ]; LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib"; }; } ); }

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/Oungseik/openapi-hurl-mcp'

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