Skip to main content
Glama

mcp-appstore

by appreply-co
find.js280 B
"use strict"; var findKey = require("./find-key") , isValue = require("./is-value"); // eslint-disable-next-line no-unused-vars module.exports = function (obj, cb /*, thisArg, compareFn*/) { var key = findKey.apply(this, arguments); return isValue(key) ? obj[key] : key; };

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