Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
map.js582 B
var keys = require('./keys.js'); var _cb = require('./_cb.js'); var _isArrayLike = require('./_isArrayLike.js'); // 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; } module.exports = 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