Skip to main content
Glama

mcp-appstore

by appreply-co
for-each.js370 B
"use strict"; var forOf = require("es6-iterator/for-of") , isIterable = require("es6-iterator/is-iterable") , iterable = require("./validate") , forEach = Array.prototype.forEach; module.exports = function (target, cb /*, thisArg*/) { if (isIterable(iterable(target))) forOf(target, cb, arguments[2]); else forEach.call(target, cb, arguments[2]); };

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/appreply-co/mcp-appstore'

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