Skip to main content
Glama

mcp-appstore

by appreply-co
map-keys.js408 B
"use strict"; var callable = require("./valid-callable") , forEach = require("./for-each") , call = Function.prototype.call; module.exports = function (obj, cb /*, thisArg*/) { var result = {}, thisArg = arguments[2]; callable(cb); forEach( obj, function (value, key, targetObj, index) { result[call.call(cb, thisArg, key, value, this, index)] = value; }, obj ); return result; };

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