Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
map.js573 B
define(['./keys', './_cb', './_isArrayLike'], function (keys, _cb, _isArrayLike) { // Return the results of applying the iteratee to each element. function map(obj, iteratee, context) { iteratee = _cb(iteratee, context); var _keys = !_isArrayLike(obj) && keys(obj), length = (_keys || obj).length, results = Array(length); for (var index = 0; index < length; index++) { var currentKey = _keys ? _keys[index] : index; results[index] = iteratee(obj[currentKey], currentKey, obj); } return results; } return map; });

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/GongRzhe/JSON-MCP-Server'

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